(no title)
rustyconover | 1 year ago
It’s title is: “Airport for DuckDB: Letting DuckDB take Apache Arrow Flights”
You can stream it at: https://duckdb.org/events/2025/01/31/duckcon6/
You’ll see how DuckDB can integrate with Arrow Flight for reading/writing/creating tables, scalar user defined functions, table returning functions, table in/out streaming functions, row/column filtering and anything else I can breeze through in 15 minutes.
It all starts with a single call to ATTACH with the URL of the Arrow Flight server.
chrisjc|1 year ago
Only seems natural that an extension could developed for ATTACHing to a Flight server.
Looking forward to watching your talk.