| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
static Type.Aggregate |
Type.Aggregate.create(Type inputType,
Type.Aggregate.Aggregator aggregator) |
static Type.Aggregate |
Type.hll(Type.HllAggregateInput inputType)
Creates an Aggregate type with a HLL aggregator and specified input type.
|
static Type.Aggregate |
Type.int64Hll()
Creates an Aggregate type with a HLL aggregator and Int64 input type.
|
static Type.Aggregate |
Type.int64Max()
Creates an Aggregate type with a MAX aggregator and Int64 input type.
|
static Type.Aggregate |
Type.int64Min()
Creates an Aggregate type with a MIN aggregator and Int64 input type.
|
static Type.Aggregate |
Type.int64Sum()
Creates an Aggregate type with a SUM aggregator and Int64 input type.
|
static Type.Aggregate |
Type.max(Type.MaxAggregateInput inputType)
Creates an Aggregate type with a MAX aggregator and specified input type.
|
static Type.Aggregate |
Type.min(Type.MinAggregateInput inputType)
Creates an Aggregate type with a MIN aggregator and specified input type.
|
static Type.Aggregate |
Type.sum(Type.SumAggregateInput inputType)
Creates an Aggregate type with a SUM aggregator and specified input type.
|
Copyright © 2026 Google LLC. All rights reserved.