View Source GoogleApi.Language.V2.Model.XPSDataStats (google_api_language v0.14.0)

The data statistics of a series of values that share the same DataType.

Attributes

  • arrayStats (type: GoogleApi.Language.V2.Model.XPSArrayStats.t, default: nil) - The statistics for ARRAY DataType.
  • categoryStats (type: GoogleApi.Language.V2.Model.XPSCategoryStats.t, default: nil) - The statistics for CATEGORY DataType.
  • distinctValueCount (type: String.t, default: nil) - The number of distinct values.
  • float64Stats (type: GoogleApi.Language.V2.Model.XPSFloat64Stats.t, default: nil) - The statistics for FLOAT64 DataType.
  • nullValueCount (type: String.t, default: nil) - The number of values that are null.
  • stringStats (type: GoogleApi.Language.V2.Model.XPSStringStats.t, default: nil) - The statistics for STRING DataType.
  • structStats (type: GoogleApi.Language.V2.Model.XPSStructStats.t, default: nil) - The statistics for STRUCT DataType.
  • timestampStats (type: GoogleApi.Language.V2.Model.XPSTimestampStats.t, default: nil) - The statistics for TIMESTAMP DataType.
  • validValueCount (type: String.t, default: nil) - The number of values that are valid.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSDataStats{
  arrayStats: GoogleApi.Language.V2.Model.XPSArrayStats.t() | nil,
  categoryStats: GoogleApi.Language.V2.Model.XPSCategoryStats.t() | nil,
  distinctValueCount: String.t() | nil,
  float64Stats: GoogleApi.Language.V2.Model.XPSFloat64Stats.t() | nil,
  nullValueCount: String.t() | nil,
  stringStats: GoogleApi.Language.V2.Model.XPSStringStats.t() | nil,
  structStats: GoogleApi.Language.V2.Model.XPSStructStats.t() | nil,
  timestampStats: GoogleApi.Language.V2.Model.XPSTimestampStats.t() | nil,
  validValueCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.