com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.ST_Length |
( |
| ) |
|
|
inlinepackage |
Definition at line 2073 of file HeavyDBSqlOperatorTable.java.
2075 SqlKind.OTHER_FUNCTION,
2078 OperandTypes.family(SqlTypeFamily.ANY),
2079 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2083 of file HeavyDBSqlOperatorTable.java.
2084 assert opBinding.getOperandCount() == 1;
2085 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2086 return typeFactory.createTypeWithNullability(
2087 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2088 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: