Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 610 Bytes

File metadata and controls

21 lines (15 loc) · 610 Bytes

Dataset

Vortex files implement the Arrow Dataset interface permitting efficient use of a Vortex file within query engines like DuckDB and Polars. In particular, Vortex will read data proportional to the number of rows passing a filter condition and the number of columns in a selection. For most Vortex encodings, this property holds true even when the filter condition specifies a single row.

.. autosummary::
   :nosignatures:

   ~vortex.dataset.VortexDataset
   ~vortex.dataset.VortexScanner
   ~vortex.dataset.VortexFragment


.. automodule:: vortex.dataset
    :members: