Definition at line 1877 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.CastToGeography.CastToGeography |
( |
| ) |
|
|
inlinepackage |
Definition at line 1878 of file MapDSqlOperatorTable.java.
1879 super(
"CastToGeography",
1880 SqlKind.OTHER_FUNCTION,
1883 OperandTypes.family(SqlTypeFamily.ANY),
1884 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.CastToGeography.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1888 of file MapDSqlOperatorTable.java.
1889 assert opBinding.getOperandCount() == 1;
1890 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1891 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: