Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
arrowFlight Table Function
Allows to perform queries on data exposed via an Apache Arrow Flight server. Syntaxhost:port— Address of the Arrow Flight server. String.dataset_name— Name of the dataset or descriptor available on the Arrow Flight server. String.username- Username to use with basic HTTP style authentication.password- Password to use with basic HTTP style authentication. Ifusernameandpasswordare not specified, it means that authentication is not used (that will work only if the Arrow Flight server allows it).
- A table object representing the remote dataset. The schema is inferred from the Arrow Flight response.
- Arrow Flight table engine
- Apache Arrow Flight SQL