Re-exports§
pub use vtable::*;
Modules§
Macros§
Structs§
- Layout
Adapter - Layout
Encoding Adapter - Lazy
Reader Children - NoOp
Pruning Evaluation - Struct
Strategy - A layout strategy that preserves struct arrays and writes everything else as flat.
Enums§
- Layout
Child Type - A type that allows us to identify how a layout child relates to its parent.
Traits§
- Array
Evaluation - Evaluates an expression against an array, returning an array equal in length to the true count of the input mask.
- Into
Layout - Layout
- Layout
Children - Abstract way of accessing the children of a layout.
- Layout
Encoding - Layout
Reader - A
LayoutReaderis used to read aLayoutin a way that can cache state across multiple evaluation operations. - Layout
Registry Ext - Layout
Strategy - A trait for creating new layout writers given a DType.
- Layout
Writer - A strategy for writing chunks of an array into a layout.
- Layout
Writer Ext - Mask
Evaluation - Refines the given mask, returning a mask equal in length to the input mask.
- Pruning
Evaluation
Functions§
- layout_
from_ flatbuffer - Parse a
LayoutReffrom a layout flatbuffer. - mask_
future_ ready - Create a resolved
MaskFuturefrom aMask.