Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
Computes an approximate unique count over the input values. When using raw
data as input, be careful to use a consistent encoding. Otherwise the same
value encoded differently could count more than once, or two distinct values
could count as identical. Input: Any, or omit for Raw State: TBD Special state
conversions: Int64
(the unique count estimate)
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount
constructor
A new instance of GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount
Returns a new instance of GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount.
1703 1704 1705 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1703 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1708 1709 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1708 def update!(**args) end |