The Airport extension brings Arrow Flight support to DuckDB, enabling DuckDB to query, modify, and store data from Arrow Flight servers.
Maintainer(s):
rustyconover
Installing and Loading
INSTALL airport FROM community;
LOAD airport;
About airport
For more information regarding usage, see the documentation.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| airport_action | table | NULL | NULL | |
| airport_databases | table_macro | NULL | NULL | |
| airport_flights | table | NULL | NULL | |
| airport_take_flight | table | NULL | NULL | |
| airport_user_agent | scalar | NULL | NULL | |
| airport_version | scalar | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
This extension does not add any settings.