com.mapd.calcite.parser.HeavyDBSqlOperatorTable.KeyForString.KeyForString |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.KeyForString.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 694 of file HeavyDBSqlOperatorTable.java.
695 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
696 return typeFactory.createTypeWithNullability(
697 typeFactory.createSqlType(SqlTypeName.INTEGER),
698 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: