Skip to main content

JoinRow

Type Alias JoinRow 

Source
pub type JoinRow = Map<String, Value>;
Expand description

A combined join row: a JSON object keyed by table alias whose values are the matched source rows (or JSON null for an unmatched right side of a LEFT join). See JoinQuery for the documented shape.

Aliased Typeยง

pub struct JoinRow { /* private fields */ }