com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CastToGeography.CastToGeography |
( |
| ) |
|
|
inlinepackage |
Definition at line 2431 of file HeavyDBSqlOperatorTable.java.
2432 super(
"CastToGeography",
2433 SqlKind.OTHER_FUNCTION,
2436 OperandTypes.family(SqlTypeFamily.ANY),
2437 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CastToGeography.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2441 of file HeavyDBSqlOperatorTable.java.
2442 assert opBinding.getOperandCount() == 1;
2443 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2444 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: