| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregate.Builder |
Aggregate.Builder.aggs(AggregateOperation... aggs)
Specifies the aggregate functions to be performed on specified fields.
|
Aggregate.Builder |
Aggregate.Builder.aggs(Collection<AggregateOperation> aggs)
Specifies the aggregate functions to be performed on specified fields.
|
Aggregate.Builder |
Aggregate.Builder.aggs(Consumer<AggregateOperation.Builder>... aggs)
Specifies the aggregate functions to be performed on specified fields.
|
static Aggregate.Builder |
Aggregate.builder() |
Aggregate.Builder |
Aggregate.Builder.groups(Collection<? extends Collection<String>> groups)
Specifies the fields to group by.
|
Aggregate.Builder |
Aggregate.Builder.groups(Collection<String>... groups)
Specifies the fields to group by.
|
Aggregate.Builder |
Aggregate.Builder.inputs(Collection<String> inputs)
Specifies the fields and rows to use as inputs for the aggregate transform.
|
Aggregate.Builder |
Aggregate.Builder.inputs(String... inputs)
Specifies the fields and rows to use as inputs for the aggregate transform.
|
Aggregate.Builder |
Aggregate.Builder.name(String name)
The name of the transform node.
|
Aggregate.Builder |
Aggregate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Aggregate.Builder> |
Aggregate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.aggregate(Consumer<Aggregate.Builder> aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified
function.
|
Copyright © 2023. All rights reserved.