跳到主要内容
跳到主要内容

Arrow Flight Table Function

Allows to perform queries on data exposed via an Apache Arrow Flight server.

Syntax

Arguments

  • host:port — Address of the Arrow Flight server. String.
  • dataset_name — Name of the dataset or descriptor available on the Arrow Flight server. String.

Returned value

  • A table object representing the remote dataset. The schema is inferred from the Arrow Flight response.

Example

Query:

Result:

See Also