"DEDUP" user-defined function.
Definition at line 401 of file HeavyDBSqlOperatorTable.java.
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.DedupFunction.DedupFunction |
( |
| ) |
|
|
inline |
Definition at line 402 of file HeavyDBSqlOperatorTable.java.
404 SqlKind.OTHER_FUNCTION,
407 OperandTypes.VARIADIC,
408 SqlFunctionCategory.USER_DEFINED_FUNCTION);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.DedupFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 412 of file HeavyDBSqlOperatorTable.java.
413 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
414 return typeFactory.builder().add(
"NAME", SqlTypeName.VARCHAR, 1024).build();
The documentation for this class was generated from the following file: