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