Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Neighbors.hrl

-record(neighbors, {
from :: aarondb@shared@ast:part(),
edge :: binary(),
depth :: integer(),
node_var :: binary()
}).