Get the FlightInfo for this query result
Get the Arrow schema for this query result May be null if schema could not be parsed
Get the total number of records (if known) Returns -1 if unknown
Collect all data from all endpoints into a single Table. Warning: This loads the entire result set into memory.
Stream record batches from all endpoints. This is memory-efficient for large result sets.
Flight SQL streams data as:
We collect all messages and parse them as a complete IPC stream.
Result of a query execution with methods to stream or collect data.
Example