Crate vortex_layout

Source

Re-exports§

pub use vtable::*;

Modules§

layouts
A collection of built-in layouts for Vortex
segments
strategies
This is a collection of built-in layout strategies designed to be used in conjunction with one another to develop an overall strategy.
vtable

Structs§

Layout
Layout is the lazy equivalent to vortex_array::Array, providing a hierarchical structure.
LayoutContext
LayoutId
OwnedLayout
A layout that is fully deserialized and heap-allocated.

Traits§

ExprEvaluator
A trait for evaluating expressions against a LayoutReader.
LayoutReader
A LayoutReader is an instance of a Layout that can cache state across multiple operations.
LayoutReaderExt
StatsEvaluator
A trait for evaluating field statistics against a LayoutReader.

Type Aliases§

LayoutContextRef