Class Type.Aggregate
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.Type
com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
- Enclosing class:
- Type
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` .
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.cloud.bigtable.admin.v2.models.Type
Type.Aggregate, Type.Bytes, Type.Int64, Type.Raw, Type.SumAggregateInput -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Type.Aggregatecreate(Type inputType, Type.Aggregate.Aggregator aggregator) abstract Type.Aggregate.Aggregatorabstract Type
-
Constructor Details
-
Aggregate
public Aggregate()
-
-
Method Details
-
create
-
getInputType
-
getAggregator
-