[][src]Module datafusion::datasource::datasource

Data source traits

Traits

RecordBatchIterator

Iterator for reading a series of record batches with a known schema

TableProvider

Source table

Type Definitions

ScanResult

Returned by implementors of Table#scan, this RecordBatchIterator is wrapped with an Arc and Mutex so that it can be shared across threads as it is used.