| Package | Description |
|---|---|
| com.exasol.adapter.capabilities | |
| com.exasol.adapter.sql |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
AggregateFunctionCapability.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
SqlFunctionAggregateGroupConcat.getFunction() |
AggregateFunction |
SqlFunctionAggregate.getFunction() |
static AggregateFunction |
AggregateFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFunction[] |
AggregateFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlFunctionAggregate(AggregateFunction function,
List<SqlNode> arguments,
boolean distinct) |
SqlFunctionAggregateGroupConcat(AggregateFunction function,
List<SqlNode> arguments,
SqlOrderBy orderBy,
boolean distinct,
String separator) |
Copyright © 2019. All rights reserved.