com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.ST_GeogFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 1616 of file HeavyDBSqlOperatorTable.java.
1617 super(
"ST_GeogFromText",
1618 SqlKind.OTHER_FUNCTION,
1621 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
1622 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
1623 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1627 of file HeavyDBSqlOperatorTable.java.
1628 assert opBinding.getOperandCount() == 1;
1629 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1630 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: