Skip to main content

Module collection

Module collection 

Source
Expand description

Collection and column metadata types for query planning.

Structs§

CollectionInfo
Metadata about a collection for query planning.
ColumnInfo
Metadata about a single column.
IndexSpec
Secondary index metadata surfaced to the SQL planner.

Enums§

IndexState
Planner-facing index state. Mirrors the catalog variant but lives here so the SQL crate doesn’t depend on nodedb internals.