Skip to main content

Row

Type Alias Row 

Source
pub type Row = Vec<SochValue>;
Expand description

A single row: positional values matching the schema column order.

Aliased Typeยง

pub struct Row { /* private fields */ }