Skip to main contentCrate vortex_scan
Source - api
- The Vortex Scan API implements an abstract table scan interface that can be used to
read data from various data sources.
- arrow
- layout
- row_mask
- RepeatedScan
- A projected subset (by indices, range, and filter) of rows from a Vortex data source.
- ScanBuilder
- A struct for building a scan operation.
- Selection
- A selection identifies a set of rows to include in the scan (in addition to applying any
filter predicates).
- SplitBy
- Defines how the Vortex file is split into batches for reading.