Skip to main content

Row

Type Alias Row 

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

Row from a FalkorDB query response.

Aliased Type§

pub struct Row { /* private fields */ }