Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@engine@executor_ExecutionResult.hrl
Raw

include/aarondb@engine@executor_ExecutionResult.hrl

-record(execution_result, {
rows :: list(gleam@dict:dict(binary(), aarondb@fact:value())),
store :: gleam@option:option(gleam@dict:dict(binary(), list(aarondb@storage@internal:storage_chunk())))
}).