Expand description
Default TableSource implementation used in DataFusion physical plans
Structs§
- Default
Table Source - Implements
TableSource
for aTableProvider
Functions§
- provider_
as_ source - Wrap TableProvider in TableSource
- source_
as_ provider - Attempt to downcast a TableSource to DefaultTableSource and access the TableProvider. This will only work with a TableSource created by DataFusion.