Skip to content

Commit

Permalink
sql: remove unused PlanNode type alias
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
mgartner committed Dec 23, 2024
1 parent 9a8fc95 commit e516d98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/sql/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ type mutationPlanNode interface {
rowsWritten() int64
}

// PlanNode is the exported name for planNode. Useful for CCL hooks.
type PlanNode = planNode

// planNodeFastPath is implemented by nodes that can perform all their
// work during startPlan(), possibly affecting even multiple rows. For
// example, DELETE can do this.
Expand Down

0 comments on commit e516d98

Please sign in to comment.