com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.ST_GeogFromText |
( |
| ) |
|
|
inlinepackage |
Definition at line 2023 of file HeavyDBSqlOperatorTable.java.
2024 super(
"ST_GeogFromText",
2025 SqlKind.OTHER_FUNCTION,
2028 OperandTypes.or(OperandTypes.family(SqlTypeFamily.ANY),
2029 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER)),
2030 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_GeogFromText.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2034 of file HeavyDBSqlOperatorTable.java.
2035 assert opBinding.getOperandCount() == 1;
2036 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2037 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: