"DEDUP" user-defined function.
Definition at line 348 of file HeavyDBSqlOperatorTable.java.
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.DedupFunction.DedupFunction |
( |
| ) |
|
|
inline |
Definition at line 349 of file HeavyDBSqlOperatorTable.java.
351 SqlKind.OTHER_FUNCTION,
354 OperandTypes.VARIADIC,
355 SqlFunctionCategory.USER_DEFINED_FUNCTION);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.DedupFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 359 of file HeavyDBSqlOperatorTable.java.
360 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
361 return typeFactory.builder().add(
"NAME", SqlTypeName.VARCHAR, 1024).build();
The documentation for this class was generated from the following file: