Skip to main content

Module dataset

Module dataset 

Source

Structs§

BranchInfo
One row in arrs branches output.
IndexInfo
One row in arrs indices output.
TagInfo
One row in arrs tags output.
VersionInfo
One row in arrs versions output.

Enums§

Format

Traits§

Dataset
Format-agnostic dataset view used by every command.
LanceCapabilities
Lance-specific operations exposed beyond the format-agnostic Dataset trait.

Functions§

detect_format
Determine which adapter should be used for path. Today we only support Lance; the function exists in match shape so a Parquet (or other) arm can be added without touching call sites.
open
Open a dataset at path, optionally checking out a specific Lance branch/version/tag. Returns an error if the dataset is not Lance and any LanceArgs field is set.

Type Aliases§

BatchStream
Stream of RecordBatch results produced by a scan.