Uses of Class
software.amazon.awssdk.services.glue.model.Aggregate
-
Packages that use Aggregate Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Aggregate in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Aggregate Modifier and Type Method Description AggregateCodeGenConfigurationNode. aggregate()Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.Methods in software.amazon.awssdk.services.glue.model with parameters of type Aggregate Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. aggregate(Aggregate aggregate)Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
-