Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid committed Apr 10, 2024
1 parent 7da92a5 commit 120a939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/plan_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type PhysicalPlan interface {
Attach2Task(...Task) Task

// ToPB converts physical plan to tipb executor.
ToPB(ctx PlanContext, storeType kv.StoreType) (*tipb.Executor, error)
ToPB(ctx *BuildPBContext, storeType kv.StoreType) (*tipb.Executor, error)

// GetChildReqProps gets the required property by child index.
GetChildReqProps(idx int) *property.PhysicalProperty
Expand Down

0 comments on commit 120a939

Please sign in to comment.