Module table

Module table 

Source

Structs§

ScanArgs
Arguments for scanning a table with TableProvider::scan_with_args.
ScanResult
Result of a table scan operation from TableProvider::scan_with_args.
TableFunction
A table that uses a function to generate data

Traits§

TableFunctionImpl
A trait for table function implementations
TableProvider
A table which can be queried and modified.
TableProviderFactory
A factory which creates TableProviders at runtime given a URL.