PlanBuilderOpt is used to adjust the plan builder.
| 432 | |
| 433 | // PlanBuilderOpt is used to adjust the plan builder. |
| 434 | type PlanBuilderOpt interface { |
| 435 | Apply(builder *PlanBuilder) |
| 436 | } |
| 437 | |
| 438 | // PlanBuilderOptNoExecution means the plan builder should not run any executor during Build(). |
| 439 | type PlanBuilderOptNoExecution struct{} |
no outgoing calls
no test coverage detected