Module datafusion::datasource::provider
source · Expand description
Data source traits
Structs§
- The default
TableProviderFactory
Enums§
- Indicates how a filter expression is handled by
TableProvider::scan
. - Indicates the type of this table for metadata/catalog purposes.
Traits§
- Source table
- A factory which creates
TableProvider
s at runtime given a URL.