Skip to main content

Module result

Module result 

Source
Expand description

Query results and typed row access.

Structs§

QueryResult
A query result: the boundary Edn value plus its ResultShape, with typed accessors keyed to the shape.
Row
A borrowed view of one result row (a relation row or the tuple result), with typed cell access.

Enums§

ResultShape
The shape of a query result, fixed by the query’s :find clause.