| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Class and Description |
|---|---|
static class |
NumericHistogramStateFactory.GroupedState |
static class |
NumericHistogramStateFactory.SingleState |
| Modifier and Type | Method and Description |
|---|---|
DoubleHistogramAggregation.State |
NumericHistogramStateFactory.createGroupedState() |
DoubleHistogramAggregation.State |
NumericHistogramStateFactory.createSingleState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DoubleHistogramAggregation.State> |
NumericHistogramStateFactory.getGroupedStateClass() |
Class<? extends DoubleHistogramAggregation.State> |
NumericHistogramStateFactory.getSingleStateClass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DoubleHistogramAggregation.add(DoubleHistogramAggregation.State state,
long buckets,
double value) |
static void |
DoubleHistogramAggregation.add(DoubleHistogramAggregation.State state,
long buckets,
double value,
double weight) |
static void |
RealHistogramAggregation.add(DoubleHistogramAggregation.State state,
long buckets,
long value) |
static void |
RealHistogramAggregation.add(DoubleHistogramAggregation.State state,
long buckets,
long value,
double weight) |
static void |
DoubleHistogramAggregation.merge(DoubleHistogramAggregation.State state,
DoubleHistogramAggregation.State other) |
static void |
RealHistogramAggregation.merge(DoubleHistogramAggregation.State state,
DoubleHistogramAggregation.State other) |
static void |
DoubleHistogramAggregation.output(DoubleHistogramAggregation.State state,
BlockBuilder out) |
static void |
RealHistogramAggregation.output(DoubleHistogramAggregation.State state,
BlockBuilder out) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleHistogramStateSerializer.deserialize(Block block,
int index,
DoubleHistogramAggregation.State state) |
void |
DoubleHistogramStateSerializer.serialize(DoubleHistogramAggregation.State state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.