Skip to main content

ProcRow

Type Alias ProcRow 

Source
pub type ProcRow = HashMap<String, Value>;
Expand description

One data-table row. Columns are keyed by declared column name so the registry can look up either the input side (for arg matching) or the output side (for YIELD projection) without recomputing offsets.

Aliased Typeยง

pub struct ProcRow { /* private fields */ }