Structs§
- Scan
Args - Arguments for scanning a table with
TableProvider::scan_with_args. - Scan
Result - Result of a table scan operation from
TableProvider::scan_with_args. - Table
Function - A table that uses a function to generate data
Traits§
- Table
Function Impl - A trait for table function implementations
- Table
Provider - A table which can be queried and modified.
- Table
Provider Factory - A factory which creates
TableProviders at runtime given a URL.