Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb_SpeculativeResult.hrl
Raw

include/aarondb_SpeculativeResult.hrl

-record(speculative_result, {
state :: aarondb@shared@state:db_state(),
datoms :: list(aarondb@fact:datom())
}).