Package | Description |
---|---|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryGroupByOp
An in-memory at-once generalized aggregation operator.
|
class |
PipelinedAggregationOp
A pipelined aggregation operator based on an in memory hash table associating
with per-group state for each aggregate expression (it can also handle the
degenerate case where all solutions form a single implicit group).
|
Modifier and Type | Method and Description |
---|---|
protected GroupByOp |
TestPipelinedAggregationOp.newFixture(IValueExpression<?>[] select,
IValueExpression<?>[] groupBy,
IConstraint[] having) |
protected GroupByOp |
TestMemoryGroupByOp.newFixture(IValueExpression<?>[] select,
IValueExpression<?>[] groupBy,
IConstraint[] having) |
protected abstract GroupByOp |
AbstractAggregationTestCase.newFixture(IValueExpression<?>[] select,
IValueExpression<?>[] groupBy,
IConstraint[] having)
Factory for
GroupByOp to be tested. |
Constructor and Description |
---|
GroupByOp(GroupByOp op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.