Package org.apache.calcite.sql.type
Class CastedLiteralOperandTypeCheckers
java.lang.Object
org.apache.calcite.sql.type.CastedLiteralOperandTypeCheckers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.sql.type.SqlSingleOperandTypeCheckerstatic final org.apache.calcite.sql.type.SqlSingleOperandTypeCheckerBlatantly copied fromOperandTypes.POSITIVE_INTEGER_LITERAL, however the reference to theLITERALis the one which accepts casted literals -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LITERAL
public static final org.apache.calcite.sql.type.SqlSingleOperandTypeChecker LITERAL -
POSITIVE_INTEGER_LITERAL
public static final org.apache.calcite.sql.type.SqlSingleOperandTypeChecker POSITIVE_INTEGER_LITERALBlatantly copied fromOperandTypes.POSITIVE_INTEGER_LITERAL, however the reference to theLITERALis the one which accepts casted literals
-
-
Constructor Details
-
CastedLiteralOperandTypeCheckers
public CastedLiteralOperandTypeCheckers()
-