Skip to main content

build/prod/erlang/webql/include/webql@assembler@plan_Plan.hrl

-record(plan, {
    edges :: list(webql@assembler@plan:edge()),
    batches :: list(webql@assembler@plan:batch(any()))
}).