com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.ST_Length |
( |
| ) |
|
|
inlinepackage |
Definition at line 1857 of file HeavyDBSqlOperatorTable.java.
1859 SqlKind.OTHER_FUNCTION,
1862 OperandTypes.family(SqlTypeFamily.ANY),
1863 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Length.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1867 of file HeavyDBSqlOperatorTable.java.
1868 assert opBinding.getOperandCount() == 1;
1869 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1870 return typeFactory.createTypeWithNullability(
1871 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1872 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: