Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Temporal.hrl

-record(temporal, {
type_ :: aarondb@shared@ast:temporal_type(),
time :: integer(),
op :: aarondb@shared@ast:temporal_op(),
variable :: binary(),
entity :: aarondb@shared@ast:part(),
clauses :: list(aarondb@shared@ast:body_clause())
}).