Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 928 Bytes

File metadata and controls

21 lines (16 loc) · 928 Bytes
HTTP/1.1 301 Moved Permanently
Location: https://github.com/datafusion-contrib/datafusion-table-providers

This project was merged into the datafusion-table-providers repository.


DataFusion table providers for Arrow Flight and Flight SQL services

A generic FlightTableFactory that can integrate any Arrow Flight RPC service as a TableProviderFactory. Relies on a FlightDriver trait implementation to handle the GetFlightInfo call and all its prerequisites.

Flight SQL

This crate includes a default FlightSqlDriver that implements the FlightDriver trait for Flight SQL and has been tested with Ballista, Dremio and ROAPI.