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.hll(Type.HllAggregateInput inputType) Creates an Aggregate type with a HLL aggregator and specified input type.static Type.AggregateType.int64Hll()Creates an Aggregate type with a HLL aggregator and Int64 input type.static Type.AggregateType.int64Max()Creates an Aggregate type with a MAX aggregator and Int64 input type.static Type.AggregateType.int64Min()Creates an Aggregate type with a MIN aggregator and Int64 input type.static Type.AggregateType.int64Sum()Creates an Aggregate type with a SUM aggregator and Int64 input type.static Type.AggregateType.max(Type.MaxAggregateInput inputType) Creates an Aggregate type with a MAX aggregator and specified input type.static Type.AggregateType.min(Type.MinAggregateInput inputType) Creates an Aggregate type with a MIN aggregator and specified input type.static Type.AggregateType.sum(Type.SumAggregateInput inputType) Creates an Aggregate type with a SUM aggregator and specified input type.