Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Pull.hrl

-record(pull, {
variable :: binary(),
entity :: aarondb@shared@ast:part(),
pattern :: list(aarondb@shared@ast:pull_item())
}).