| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateNode.IntSum
Implementation of
SUM over INTEGER values as a user-defined
aggregate. |
static class |
AggregateNode.LongSum
Implementation of
SUM over BIGINT values as a user-defined
aggregate. |
| Modifier and Type | Field and Description |
|---|---|
protected T |
rel |
protected Sink |
sink |
protected Source |
source |
| Constructor and Description |
|---|
AggregateNode(Interpreter interpreter,
Aggregate rel) |
protected final Source source
protected final Sink sink
protected final T extends SingleRel rel
public AggregateNode(Interpreter interpreter, Aggregate rel)
public void run()
throws InterruptedException
InterruptedExceptionCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.