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