| Package | Description |
|---|---|
| com.exasol.adapter.capabilities | |
| com.exasol.adapter.sql |
| Modifier and Type | Method | Description |
|---|---|---|
AggregateFunction |
AggregateFunctionCapability.getFunction() |
| Modifier and Type | Method | Description |
|---|---|---|
AggregateFunction |
SqlFunctionAggregate.getFunction() |
|
AggregateFunction |
SqlFunctionAggregateGroupConcat.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 | 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.