I believe calling the execute()
on the returned N1QLRequest object should do what you are asking for. Practically speaking, this is no more or less efficient than iterating through it, but it should do what you want.
I believe calling the execute()
on the returned N1QLRequest object should do what you are asking for. Practically speaking, this is no more or less efficient than iterating through it, but it should do what you want.