class Google::Apis::BigqueryV2::Clustering
Attributes
fields[RW]
- Repeated
-
One or more fields on which data should be clustered. Only top-
level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data. Corresponds to the JSON property `fields` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 1283 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 1288 def update!(**args) @fields = args[:fields] if args.key?(:fields) end