Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_ShortestPath.hrl

-record(shortest_path, {
from :: aarondb@shared@ast:part(),
to :: aarondb@shared@ast:part(),
edge :: binary(),
path_var :: binary(),
cost_var :: gleam@option:option(binary()),
max_depth :: gleam@option:option(integer())
}).