Definition at line 1895 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyBoundsPtr.OmniSci_Geo_PolyBoundsPtr |
( |
| ) |
|
|
inlinepackage |
Definition at line 1896 of file MapDSqlOperatorTable.java.
1897 super(
"OmniSci_Geo_PolyBoundsPtr",
1898 SqlKind.OTHER_FUNCTION,
1901 OperandTypes.family(SqlTypeFamily.ANY),
1902 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyBoundsPtr.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1906 of file MapDSqlOperatorTable.java.
1907 assert opBinding.getOperandCount() == 1;
1908 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1909 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: