Definition at line 830 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.KeyForString.KeyForString |
( |
| ) |
|
|
inline |
Definition at line 831 of file MapDSqlOperatorTable.java.
832 super(
"KEY_FOR_STRING",
833 SqlKind.OTHER_FUNCTION,
837 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.KeyForString.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 841 of file MapDSqlOperatorTable.java.
842 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
843 return typeFactory.createTypeWithNullability(
844 typeFactory.createSqlType(SqlTypeName.INTEGER),
845 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: