Skip to main content

Crate vortex_scan

Crate vortex_scan 

Source

Modules§

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

Structs§

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.