Package io.delta.kernel.expressions
Interface Expression
- All Known Implementing Classes:
AlwaysFalse
,AlwaysTrue
,And
,Column
,DataSkippingPredicate
,Literal
,Or
,PartitionValueExpression
,Predicate
,ScalarExpression
Base interface for all Kernel expressions.
- Since:
- 3.0.0
-
Method Summary
-
Method Details
-
getChildren
List<Expression> getChildren()- Returns:
- a list of expressions that are input to this expression.
-