Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@query_types_Delta.hrl

-record(delta, {
added :: aarondb@shared@query_types:query_result(),
removed :: aarondb@shared@query_types:query_result()
}).