com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.ST_Length |
( |
| ) |
|
|
inlinepackage |
Definition at line 2456 of file HeavyDBSqlOperatorTable.java.
2458 SqlKind.OTHER_FUNCTION,
2461 OperandTypes.family(SqlTypeFamily.ANY),
2462 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2466 of file HeavyDBSqlOperatorTable.java.
2467 assert opBinding.getOperandCount() == 1;
2468 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2469 return typeFactory.createTypeWithNullability(
2470 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2471 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: