com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.ST_Length |
( |
| ) |
|
|
inlinepackage |
Definition at line 2261 of file HeavyDBSqlOperatorTable.java.
2263 SqlKind.OTHER_FUNCTION,
2266 OperandTypes.family(SqlTypeFamily.ANY),
2267 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2271 of file HeavyDBSqlOperatorTable.java.
2272 assert opBinding.getOperandCount() == 1;
2273 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2274 return typeFactory.createTypeWithNullability(
2275 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2276 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: