com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CastToGeography.CastToGeography |
( |
| ) |
|
|
inlinepackage |
Definition at line 2814 of file HeavyDBSqlOperatorTable.java.
2815 super(
"CastToGeography",
2816 SqlKind.OTHER_FUNCTION,
2819 OperandTypes.family(SqlTypeFamily.ANY),
2820 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.CastToGeography.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2824 of file HeavyDBSqlOperatorTable.java.
2825 assert opBinding.getOperandCount() == 1;
2826 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2827 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: