Reference documentation and code samples for the Cloud Bigtable V2 Client class Aggregate.
A value that combines incremental updates into a summarized value.
Data is never directly written or read using type Aggregate. Writes will
provide either the input_type or state_type, and reads will always
return the state_type .
Generated from protobuf message google.bigtable.v2.Type.Aggregate
Output only. Type that holds the internal accumulator state for the Aggregate. This is a function of the input_type and aggregator chosen, and will always specify a full encoding.
Output only. Type that holds the internal accumulator state for the
Aggregate. This is a function of the input_type and aggregator
chosen, and will always specify a full encoding.
Output only. Type that holds the internal accumulator state for the
Aggregate. This is a function of the input_type and aggregator
chosen, and will always specify a full encoding.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Bigtable V2 Client - Class Aggregate (2.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.1 (latest)](/php/docs/reference/cloud-bigtable/latest/V2.Type.Aggregate)\n- [2.17.0](/php/docs/reference/cloud-bigtable/2.17.0/V2.Type.Aggregate)\n- [2.16.0](/php/docs/reference/cloud-bigtable/2.16.0/V2.Type.Aggregate)\n- [2.15.0](/php/docs/reference/cloud-bigtable/2.15.0/V2.Type.Aggregate)\n- [2.14.0](/php/docs/reference/cloud-bigtable/2.14.0/V2.Type.Aggregate)\n- [2.13.0](/php/docs/reference/cloud-bigtable/2.13.0/V2.Type.Aggregate)\n- [2.12.0](/php/docs/reference/cloud-bigtable/2.12.0/V2.Type.Aggregate)\n- [2.11.1](/php/docs/reference/cloud-bigtable/2.11.1/V2.Type.Aggregate)\n- [2.9.1](/php/docs/reference/cloud-bigtable/2.9.1/V2.Type.Aggregate)\n- [2.8.0](/php/docs/reference/cloud-bigtable/2.8.0/V2.Type.Aggregate)\n- [2.7.0](/php/docs/reference/cloud-bigtable/2.7.0/V2.Type.Aggregate)\n- [2.6.3](/php/docs/reference/cloud-bigtable/2.6.3/V2.Type.Aggregate)\n- [2.5.0](/php/docs/reference/cloud-bigtable/2.5.0/V2.Type.Aggregate)\n- [2.4.0](/php/docs/reference/cloud-bigtable/2.4.0/V2.Type.Aggregate)\n- [2.3.0](/php/docs/reference/cloud-bigtable/2.3.0/V2.Type.Aggregate)\n- [2.2.1](/php/docs/reference/cloud-bigtable/2.2.1/V2.Type.Aggregate)\n- [2.1.0](/php/docs/reference/cloud-bigtable/2.1.0/V2.Type.Aggregate)\n- [2.0.1](/php/docs/reference/cloud-bigtable/2.0.1/V2.Type.Aggregate)\n- [1.32.1](/php/docs/reference/cloud-bigtable/1.32.1/V2.Type.Aggregate)\n- [1.31.1](/php/docs/reference/cloud-bigtable/1.31.1/V2.Type.Aggregate)\n- [1.30.0](/php/docs/reference/cloud-bigtable/1.30.0/V2.Type.Aggregate)\n- [1.29.2](/php/docs/reference/cloud-bigtable/1.29.2/V2.Type.Aggregate)\n- [1.28.3](/php/docs/reference/cloud-bigtable/1.28.3/V2.Type.Aggregate)\n- [1.27.0](/php/docs/reference/cloud-bigtable/1.27.0/V2.Type.Aggregate)\n- [1.26.2](/php/docs/reference/cloud-bigtable/1.26.2/V2.Type.Aggregate)\n- [1.25.0](/php/docs/reference/cloud-bigtable/1.25.0/V2.Type.Aggregate)\n- [1.24.1](/php/docs/reference/cloud-bigtable/1.24.1/V2.Type.Aggregate)\n- [1.23.0](/php/docs/reference/cloud-bigtable/1.23.0/V2.Type.Aggregate)\n- [1.22.2](/php/docs/reference/cloud-bigtable/1.22.2/V2.Type.Aggregate)\n- [1.21.1](/php/docs/reference/cloud-bigtable/1.21.1/V2.Type.Aggregate)\n- [1.20.3](/php/docs/reference/cloud-bigtable/1.20.3/V2.Type.Aggregate) \nReference documentation and code samples for the Cloud Bigtable V2 Client class Aggregate.\n\nA value that combines incremental updates into a summarized value.\n\nData is never directly written or read using type `Aggregate`. Writes will\nprovide either the `input_type` or `state_type`, and reads will always\nreturn the `state_type` .\n\nGenerated from protobuf message `google.bigtable.v2.Type.Aggregate`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Bigtable \\\\ V2 \\\\ Type\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getInputType\n\nType of the inputs that are accumulated by this `Aggregate`, which must\nspecify a full encoding.\n\nUse `AddInput` mutations to accumulate new inputs.\n\n### hasInputType\n\n### clearInputType\n\n### setInputType\n\nType of the inputs that are accumulated by this `Aggregate`, which must\nspecify a full encoding.\n\nUse `AddInput` mutations to accumulate new inputs.\n\n### getStateType\n\nOutput only. Type that holds the internal accumulator state for the\n`Aggregate`. This is a function of the `input_type` and `aggregator`\nchosen, and will always specify a full encoding.\n\n### hasStateType\n\n### clearStateType\n\n### setStateType\n\nOutput only. Type that holds the internal accumulator state for the\n`Aggregate`. This is a function of the `input_type` and `aggregator`\nchosen, and will always specify a full encoding.\n\n### getSum\n\nSum aggregator.\n\n### hasSum\n\n### setSum\n\nSum aggregator.\n\n### getHllppUniqueCount\n\nHyperLogLogPlusPlusUniqueCount aggregator.\n\n### hasHllppUniqueCount\n\n### setHllppUniqueCount\n\nHyperLogLogPlusPlusUniqueCount aggregator.\n\n### getMax\n\nMax aggregator.\n\n### hasMax\n\n### setMax\n\nMax aggregator.\n\n### getMin\n\nMin aggregator.\n\n### hasMin\n\n### setMin\n\nMin aggregator.\n\n### getAggregator"]]