Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_OrderBy.hrl

-record(order_by, {
variable :: binary(),
direction :: aarondb@shared@ast:order_direction()
}).