Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1CategoricalStatsConfig[][src]

pub struct GooglePrivacyDlpV2beta1CategoricalStatsConfig {
    pub field: Option<GooglePrivacyDlpV2beta1FieldId>,
}

Compute numerical stats over an individual column, including number of distinct values and value count distribution.

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

Fields

Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1CategoricalStatsConfig
[src]

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

impl Clone for GooglePrivacyDlpV2beta1CategoricalStatsConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1CategoricalStatsConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1CategoricalStatsConfig
[src]

Auto Trait Implementations