Class SameOperandTypeExceptLastOperandChecker

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

public class SameOperandTypeExceptLastOperandChecker extends SameOperandTypeChecker
Parameter type-checking strategy where all operand types except last one must be the same.