Crate vortex_scan

Crate vortex_scan 

Source

Modules§

row_mask

Structs§

MultiScan
A multi-scan for executing multiple scans concurrently across workers.
MultiScanIterator
Scan iterator to participate in a MultiScan.
RepeatedScan
A projected subset (by indices, range, and filter) of rows from a Vortex data source.
ScanBuilder
A struct for building a scan operation.

Enums§

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.

Traits§

TaskExecutor
TaskExecutorExt

Type Aliases§

ArrayFuture