Struct google_bigquery2::Clustering[][src]

pub struct Clustering {
    pub fields: Option<Vec<String>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

[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.

Trait Implementations

impl Default for Clustering
[src]

Returns the "default value" for a type. Read more

impl Clone for Clustering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Clustering
[src]

Formats the value using the given formatter. Read more

impl Part for Clustering
[src]

Auto Trait Implementations

impl Send for Clustering

impl Sync for Clustering