Definition at line 1352 of file MapDSqlOperatorTable.java.
◆ ST_GeogFromText()
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_GeogFromText.ST_GeogFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 1353 of file MapDSqlOperatorTable.java.
1354 super(
"ST_GeogFromText",
1355 SqlKind.OTHER_FUNCTION,
1358 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
1359 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
1360 SqlFunctionCategory.SYSTEM);
◆ inferReturnType()
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_GeogFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1364 of file MapDSqlOperatorTable.java.
1365 assert opBinding.getOperandCount() == 1;
1366 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1367 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: