Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Aggregate.hrl

-record(aggregate, {
variable :: binary(),
func :: aarondb@shared@ast:agg_func(),
target :: aarondb@shared@ast:part(),
filter :: list(aarondb@shared@ast:body_clause())
}).