Get result chunk by index.
get_statement_execution_result_chunk_n.Rd
After the statement execution has SUCCEEDED
, this request can be used to
fetch any chunk by index. Whereas the first chunk with chunk_index=0
is
typically fetched with :method:statementexecution/executeStatement or
:method:statementexecution/getStatement, this request can be used to fetch
subsequent chunks. The response structure is identical to the nested result
element described in the :method:statementexecution/getStatement request, and
similarly includes the next_chunk_index
and next_chunk_internal_link
fields for simple iteration through the result set.