Rindle docs and package mapSkip to main content

session_read_json

Function session_read_json 

pub fn session_read_json(cols: &[String], rows: &[Vec<OwnedValue>]) -> Value
Expand description

A session read serialized as the /execute-sql-read shape — cols in order, each row a bare cell array — so the JS client zips them identically on both paths.