We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5448119 commit 3c7dae8Copy full SHA for 3c7dae8
pkg/planner/core/plan_base.go
@@ -84,7 +84,7 @@ type PhysicalPlan interface {
84
Attach2Task(...Task) Task
85
86
// ToPB converts physical plan to tipb executor.
87
- ToPB(ctx PlanContext, storeType kv.StoreType) (*tipb.Executor, error)
+ ToPB(ctx *BuildPBContext, storeType kv.StoreType) (*tipb.Executor, error)
88
89
// GetChildReqProps gets the required property by child index.
90
GetChildReqProps(idx int) *property.PhysicalProperty
0 commit comments