com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.ST_GeomFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 1854 of file HeavyDBSqlOperatorTable.java.
1855 super(
"ST_GeomFromText",
1856 SqlKind.OTHER_FUNCTION,
1859 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
1860 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
1861 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1865 of file HeavyDBSqlOperatorTable.java.
1866 assert opBinding.getOperandCount() == 1;
1867 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1868 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: