Module datafusion::datasource::datasource
source · Expand description
Data source traits
Enums
! Table source
Indicates whether and how a filter expression can be handled by a
TableProvider for table scans.
Indicates the type of this table for metadata/catalog purposes.
Traits
Source table
A factory which creates
TableProvider
s at runtime given a URL.