Skip to main content

Module trait_def

Module trait_def 

Source
Expand description

Executor parity contract for SqlPlan: one abstract method per variant. Trait method arity mirrors SqlPlan variant field counts and is not a code smell.

Traitsยง

PlanVisitor
Executor parity contract: every SqlPlan variant must be handled. Implement this trait and call dispatch to route plans.