Skip to content

Operations functions in the Airport DuckDB extension

Function category

Operations

2 functions

Execute work against an Arrow Flight server. Stream the result of a specific ticket inline (`airport_take_flight`) or invoke a server-defined Action for non-query operations (`airport_action`).

airport_action

Table function Operations
Signature
2 overloaded forms · click to inspect
Arguments
Argument col0 Type VARCHAR Mode Positional Description
Argument col1 Type VARCHAR Mode Positional Description
Argument headers Type MAP(VARCHAR, VARCHAR) Mode Named Description
Argument secret Type VARCHAR Mode Named Description
Argument auth_token Type VARCHAR Mode Named Description
Description

airport_take_flight

Table function Operations
Signature
2 overloaded forms · click to inspect
Arguments
Argument col0 Type POINTER Mode Positional Description
Argument col1 Type POINTER Mode Positional Description
Argument col2 Type VARCHAR Mode Positional Description
Argument at_value Type ANY Mode Named Description
Argument at_unit Type VARCHAR Mode Named Description
Argument secret Type VARCHAR Mode Named Description
Argument auth_token Type VARCHAR Mode Named Description
Description