In order to support larger datasets, we need to intrude a streaming interface similar to calls that allow us to stream results from the server as opposed to sending the entire payload over the wire at once. This follows the exact same pattern as the Calls Query [Stream] methods.
The existing table_query path uses the new table_query_stream path which ensure that all existing tests for table_query are also exercising the new path.
In order to support larger datasets, we need to intrude a streaming interface similar to calls that allow us to stream results from the server as opposed to sending the entire payload over the wire at once. This follows the exact same pattern as the Calls Query [Stream] methods.
The existing table_query path uses the new
table_query_stream
path which ensure that all existing tests for table_query are also exercising the new path.