| Package | Description |
|---|---|
| io.prestosql.operator.aggregation | |
| io.prestosql.operator.aggregation.state |
| Modifier and Type | Method and Description |
|---|---|
static void |
BooleanAndAggregation.booleanAnd(TriStateBooleanState state,
boolean value) |
static void |
BooleanOrAggregation.booleanOr(TriStateBooleanState state,
boolean value) |
static void |
BooleanOrAggregation.combine(TriStateBooleanState state,
TriStateBooleanState otherState) |
static void |
BooleanAndAggregation.combine(TriStateBooleanState state,
TriStateBooleanState otherState) |
static void |
BooleanOrAggregation.output(TriStateBooleanState state,
BlockBuilder out) |
static void |
BooleanAndAggregation.output(TriStateBooleanState state,
BlockBuilder out) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriStateBooleanStateSerializer.deserialize(Block block,
int index,
TriStateBooleanState state) |
void |
TriStateBooleanStateSerializer.serialize(TriStateBooleanState state,
BlockBuilder out) |
static void |
TriStateBooleanState.write(Type type,
TriStateBooleanState state,
BlockBuilder out) |
Copyright © 2012–2019. All rights reserved.