com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.ST_GeomFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 2237 of file HeavyDBSqlOperatorTable.java.
2238 super(
"ST_GeomFromText",
2239 SqlKind.OTHER_FUNCTION,
2242 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2243 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2244 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2248 of file HeavyDBSqlOperatorTable.java.
2249 assert opBinding.getOperandCount() == 1;
2250 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2251 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: