Class EvaluationFilter

    • Constructor Detail

      • EvaluationFilter

        public EvaluationFilter​(ExecutableExpression filterInstance,
                                org.apache.calcite.DataContext dataContext)
        EvaluationFilter Constructor.
        Parameters:
        filterInstance - ExecutableExpression
        dataContext - DataContext
    • Method Detail

      • test

        public boolean test​(Values input)
        Description copied from interface: Predicate
        Evaluates this predicate on the given argument.
        Specified by:
        test in interface Predicate<Values>
        Parameters:
        input - the input argument
        Returns:
        true if the input matches the predicate, false otherwise