batch property
A batch of query results.
This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false.
Implementation
QueryResultBatch? batch;
A batch of query results.
This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false.
QueryResultBatch? batch;