Definition at line 1624 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyRenderGroup.OmniSci_Geo_PolyRenderGroup |
( |
| ) |
|
|
inlinepackage |
Definition at line 1625 of file MapDSqlOperatorTable.java.
1626 super(
"OmniSci_Geo_PolyRenderGroup",
1627 SqlKind.OTHER_FUNCTION,
1630 OperandTypes.family(SqlTypeFamily.ANY),
1631 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyRenderGroup.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1635 of file MapDSqlOperatorTable.java.
References assert().
1636 assert opBinding.getOperandCount() == 1;
1637 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1638 return typeFactory.createSqlType(SqlTypeName.INTEGER);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: