com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.ST_GeogFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 2218 of file HeavyDBSqlOperatorTable.java.
2219 super(
"ST_GeogFromText",
2220 SqlKind.OTHER_FUNCTION,
2223 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2224 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2225 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2229 of file HeavyDBSqlOperatorTable.java.
2230 assert opBinding.getOperandCount() == 1;
2231 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2232 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: