Uses of Class
com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
Packages that use Type.Aggregate
-
Uses of Type.Aggregate in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Type.AggregateModifier and TypeMethodDescriptionstatic Type.AggregateType.Aggregate.create(Type inputType, Type.Aggregate.Aggregator aggregator) static Type.AggregateType.int64Sum()Creates an Aggregate type with a SUM aggregator and Int64 input type.static Type.AggregateType.sum(Type.SumAggregateInput inputType) Creates an Aggregate type with a SUM aggregator and specified input type.