Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_ConnectedComponents.hrl

-record(connected_components, {
edge :: binary(),
entity_var :: binary(),
component_var :: binary()
}).