Definition at line 2068 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.MapD_GeoPolyBoundsPtr.MapD_GeoPolyBoundsPtr |
( |
| ) |
|
|
inlinepackage |
Definition at line 2069 of file MapDSqlOperatorTable.java.
2070 super(
"MapD_GeoPolyBoundsPtr",
2071 SqlKind.OTHER_FUNCTION,
2074 OperandTypes.family(SqlTypeFamily.ANY),
2075 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.MapD_GeoPolyBoundsPtr.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2079 of file MapDSqlOperatorTable.java.
2080 assert opBinding.getOperandCount() == 1;
2081 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2082 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: