Neutral, engine-independent result of a BQL query.
Like Beancount.Result, this struct is populated identically by the CLI
engine today and by any future native engine, so query output can be compared
across backends (see Beancount.Compare and the oracle strategy guide).
Fields:
:columns- ordered list of column names.:rows- list of rows; each row is a list of string cells aligned with:columns. Values are kept as raw strings here; higher-level helpers (Beancount.Report) and the optional Explorer bridge handle typing.:raw- the raw output (CSV) returned by the engine, for debugging.:status- always:okfor a successful query.
Summary
Functions
Convert the result into a list of maps keyed by column name.