View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregate (google_api_bigtable_admin v0.30.1)
A value that combines incremental updates into a summarized value. Data is never directly written or read using type Aggregate. Writes provide either the input_type or state_type, and reads always return the state_type .
Attributes
-
hllppUniqueCount(type:GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount.t, default:nil) - HyperLogLogPlusPlusUniqueCount aggregator. -
inputType(type:GoogleApi.BigtableAdmin.V2.Model.Type.t, default:nil) - Type of the inputs that are accumulated by thisAggregate. UseAddInputmutations to accumulate new inputs. -
max(type:GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMax.t, default:nil) - Max aggregator. -
min(type:GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMin.t, default:nil) - Min aggregator. -
stateType(type:GoogleApi.BigtableAdmin.V2.Model.Type.t, default:nil) - Output only. Type that holds the internal accumulator state for theAggregate. This is a function of theinput_typeandaggregatorchosen. -
sum(type:GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateSum.t, default:nil) - Sum aggregator.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregate{ hllppUniqueCount: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount.t() | nil, inputType: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil, max: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMax.t() | nil, min: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateMin.t() | nil, stateType: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil, sum: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeAggregateSum.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.