Definition at line 1668 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.CastToGeography.CastToGeography |
( |
| ) |
|
|
inlinepackage |
Definition at line 1669 of file MapDSqlOperatorTable.java.
1670 super(
"CastToGeography",
1671 SqlKind.OTHER_FUNCTION,
1674 OperandTypes.family(SqlTypeFamily.ANY),
1675 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.CastToGeography.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1679 of file MapDSqlOperatorTable.java.
References INTEGER.
1680 assert opBinding.getOperandCount() == 1;
1681 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
The documentation for this class was generated from the following file: