Executes a query on all shards with global merge/sort/pagination and returns the first row after global processing.
Type of the result record
SQL statement to execute on each shard
Parameter values to bind to the SQL statement
Global merge/sort/pagination options (batchSize, sort, offset)
Promise resolving to the first globally-processed row, or null
1.1.4
Executes a query on all shards with global merge/sort/pagination and returns the first row after global processing.