Interface: BuildPlanResult
Defined in: packages/core/src/visitors/index.ts:45
The result of LogicalPlanBuilder.buildPlan.
Properties
inferred
inferred:
IdSet
Defined in: packages/core/src/visitors/index.ts:49
The schema attributes inferred during planning (see toInfer).
plan
plan:
PlanOperator
Defined in: packages/core/src/visitors/index.ts:47
The root operator of the constructed logical plan.