Class FilterOperator

    • Constructor Detail

      • FilterOperator

        public FilterOperator​(@NonNull Operator childOperator,
                              @NonNull LogicalExpression expression)
                       throws java.lang.IllegalStateException
        Create a new FilterOperator.
        Parameters:
        childOperator - The previous operator in the operator chain of Query instance.
        expression - The filter expression.
        Throws:
        java.lang.IllegalStateException - If expression is null.