com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.ST_GeomFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 2042 of file HeavyDBSqlOperatorTable.java.
2043 super(
"ST_GeomFromText",
2044 SqlKind.OTHER_FUNCTION,
2047 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2048 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2049 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeomFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2053 of file HeavyDBSqlOperatorTable.java.
2054 assert opBinding.getOperandCount() == 1;
2055 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2056 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: