| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
Aggregate.clone() |
Aggregate |
CodeGenConfigurationNode.getAggregate()
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
Aggregate |
Aggregate.withAggs(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.
|
Aggregate |
Aggregate.withGroups(Collection<List<String>> groups)
Specifies the fields to group by.
|
Aggregate |
Aggregate.withGroups(List<String>... groups)
Specifies the fields to group by.
|
Aggregate |
Aggregate.withInputs(Collection<String> inputs)
Specifies the fields and rows to use as inputs for the aggregate transform.
|
Aggregate |
Aggregate.withInputs(String... inputs)
Specifies the fields and rows to use as inputs for the aggregate transform.
|
Aggregate |
Aggregate.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setAggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withAggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
Copyright © 2022. All rights reserved.