Definition at line 1185 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Length.ST_Length |
( |
| ) |
|
|
inlinepackage |
Definition at line 1186 of file MapDSqlOperatorTable.java.
1188 SqlKind.OTHER_FUNCTION,
1191 OperandTypes.family(SqlTypeFamily.ANY),
1192 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Length.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1196 of file MapDSqlOperatorTable.java.
References assert().
1197 assert opBinding.getOperandCount() == 1;
1198 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1199 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: