Skip to main content

QueryRow

Type Alias QueryRow 

Source
pub type QueryRow = Map<String, QueryValue>;
Expand description

One dynamic query result row, keyed by QueryIR runtime projection name.

Aliased Typeยง

pub struct QueryRow { /* private fields */ }