View Source GoogleApi.Language.V2.Model.XPSCommonStats (google_api_language v0.16.0)

Common statistics for a column with a specified data type.

Attributes

  • distinctValueCount (type: String.t, default: nil) -
  • nullValueCount (type: String.t, default: nil) -
  • validValueCount (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSCommonStats{
  distinctValueCount: String.t() | nil,
  nullValueCount: String.t() | nil,
  validValueCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.