Class ArrayComparableElementTypeStrategy

  • All Implemented Interfaces:
    InputTypeStrategy

    @Internal
    public final class ArrayComparableElementTypeStrategy
    extends Object
    implements InputTypeStrategy
    An InputTypeStrategy that checks if the input argument is an ARRAY type and check whether its' elements are comparable.

    It requires one argument.

    For the rules which types are comparable with which types see areComparable(LogicalType, LogicalType).