Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@fact_Datom.hrl
Raw

include/aarondb@fact_Datom.hrl

-record(datom, {
entity :: aarondb@fact:entity_id(),
attribute :: binary(),
value :: aarondb@fact:value(),
tx :: integer(),
tx_index :: integer(),
valid_time :: integer(),
operation :: aarondb@fact:operation()
}).