Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Query.hrl

-record('query', {
find :: list(binary()),
where :: list(aarondb@shared@ast:body_clause()),
order_by :: gleam@option:option(aarondb@shared@ast:order_by()),
limit :: gleam@option:option(integer()),
offset :: gleam@option:option(integer())
}).