Skip to main content

execute

Function execute 

Source
pub fn execute(
    sel: &Select,
    resolve: &Resolver<'_>,
) -> Result<(Vec<OutCol>, Vec<Value>)>
Expand description

Run a parsed SELECT, returning (column names, rows).

Rows come back as JSON objects keyed by output column name, which is the shape the wire encoder already consumes.