Skip to content

Commit

Permalink
Update WithInternalChildren.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Nov 27, 2023
1 parent 04a40c3 commit 5dbe232
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ trait WithInternalChildren {
def withNewChildrenInternal(newChildren: IndexedSeq[LogicalPlan]): LogicalPlan
}

trait WithInternalChild {
def withNewChildInternal(newChild: LogicalPlan): LogicalPlan
}

trait WithInternalExpressionChild {
def withNewChildInternal(newChild: Expression): Expression
}

0 comments on commit 5dbe232

Please sign in to comment.