Class ComparableOperandTypeChecker

java.lang.Object
org.apache.calcite.sql.type.SameOperandTypeChecker
org.apache.calcite.sql.type.ComparableOperandTypeChecker
All Implemented Interfaces:
SqlOperandTypeChecker, SqlSingleOperandTypeChecker

public class ComparableOperandTypeChecker extends SameOperandTypeChecker
Type checking strategy which verifies that types have the required attributes to be used as arguments to comparison operators.