Struct rusoto_glue::SkewedInfo [] [src]

pub struct SkewedInfo {
    pub skewed_column_names: Option<Vec<String>>,
    pub skewed_column_value_location_maps: Option<HashMap<String, String>>,
    pub skewed_column_values: Option<Vec<String>>,
}

Specifies skewed values in a table. Skewed are ones that occur with very high frequency.

Fields

A list of names of columns that contain skewed values.

A mapping of skewed values to the columns that contain them.

A list of values that appear so frequently as to be considered skewed.

Trait Implementations

impl Default for SkewedInfo
[src]

[src]

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

impl Debug for SkewedInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SkewedInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SkewedInfo

impl Sync for SkewedInfo