Interface Expression

All Known Implementing Classes:
AlwaysFalse, AlwaysTrue, And, Column, DataSkippingPredicate, Literal, Or, PartitionValueExpression, Predicate, ScalarExpression

@Evolving public interface Expression
Base interface for all Kernel expressions.
Since:
3.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getChildren

      List<Expression> getChildren()
      Returns:
      a list of expressions that are input to this expression.