Class: Aws::Glue::Types::Aggregate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggsArray<Types::AggregateOperation>

Specifies the aggregate functions to be performed on specified fields.

Returns:



110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 110

class Aggregate < Struct.new(
  :name,
  :inputs,
  :groups,
  :aggs)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Array<String>>

Specifies the fields to group by.

Returns:

  • (Array<Array<String>>)


110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 110

class Aggregate < Struct.new(
  :name,
  :inputs,
  :groups,
  :aggs)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

Specifies the fields and rows to use as inputs for the aggregate transform.

Returns:

  • (Array<String>)


110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 110

class Aggregate < Struct.new(
  :name,
  :inputs,
  :groups,
  :aggs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 110

class Aggregate < Struct.new(
  :name,
  :inputs,
  :groups,
  :aggs)
  SENSITIVE = []
  include Aws::Structure
end