Class IntersectOperator

    • Method Detail

      • toExplainString

        @Nullable
        public String toExplainString()
      • handleRowMatched

        protected boolean handleRowMatched​(Object[] row)
        Description copied from class: SetOperator
        Returns true if the row is matched. Also updates the right row set based on the Operator.
        Specified by:
        handleRowMatched in class SetOperator
        Returns:
        true if the row is matched.