Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@state_QueryContext.hrl
Raw

include/aarondb@shared@state_QueryContext.hrl

-record(query_context, {
attributes :: list(binary()),
entities :: list(aarondb@fact:entity_id()),
timestamp :: integer()
}).