| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateOperation |
AggregateOperation.clone() |
AggregateOperation |
AggregateOperation.withAggFunc(AggFunction aggFunc)
Specifies the aggregation function to apply.
|
AggregateOperation |
AggregateOperation.withAggFunc(String aggFunc)
Specifies the aggregation function to apply.
|
AggregateOperation |
AggregateOperation.withColumn(Collection<String> column)
Specifies the column on the data set on which the aggregation function will be applied.
|
AggregateOperation |
AggregateOperation.withColumn(String... column)
Specifies the column on the data set on which the aggregation function will be applied.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregateOperation> |
Aggregate.getAggs()
Specifies the aggregate functions to be performed on specified fields.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
Aggregate.withAggs(AggregateOperation... aggs)
Specifies the aggregate functions to be performed on specified fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Aggregate.setAggs(Collection<AggregateOperation> aggs)
Specifies the aggregate functions to be performed on specified fields.
|
Aggregate |
Aggregate.withAggs(Collection<AggregateOperation> aggs)
Specifies the aggregate functions to be performed on specified fields.
|
Copyright © 2022. All rights reserved.