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