Class SetopOperandTypeChecker

  • All Implemented Interfaces:
    SqlOperandTypeChecker

    public class SetopOperandTypeChecker
    extends java.lang.Object
    implements SqlOperandTypeChecker
    Parameter type-checking strategy for a set operator (UNION, INTERSECT, EXCEPT).

    Both arguments must be records with the same number of fields, and the fields must be union-compatible.