Interface PushProjector.ExprCondition

    • Method Detail

      • test

        boolean test​(RexNode expr)
        Evaluates a condition for a given expression.
        Specified by:
        test in interface java.util.function.Predicate<RexNode>
        Parameters:
        expr - Expression
        Returns:
        result of evaluating the condition