Definition at line 2122 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyRenderGroup.OmniSci_Geo_PolyRenderGroup |
( |
| ) |
|
|
inlinepackage |
Definition at line 2123 of file MapDSqlOperatorTable.java.
2124 super(
"OmniSci_Geo_PolyRenderGroup",
2125 SqlKind.OTHER_FUNCTION,
2128 OperandTypes.family(SqlTypeFamily.ANY),
2129 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.OmniSci_Geo_PolyRenderGroup.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2133 of file MapDSqlOperatorTable.java.
2134 assert opBinding.getOperandCount() == 1;
2135 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2136 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: