| Package | Description |
|---|---|
| org.verdictdb.core.aggresult | |
| org.verdictdb.core.rewriter.aggresult |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFrame |
AggregateFrame.empty() |
static AggregateFrame |
AggregateFrame.fromDmbsQueryResult(DbmsQueryResult result,
List<String> nonaggColumns,
List<AggNameAndType> aggColumns) |
AggregateFrame |
AggregateFrameQueryResult.getAggregateFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateFrameQueryResult.setAggregateFrame(AggregateFrame aggregateFrame) |
| Constructor and Description |
|---|
AggregateFrameQueryResult(AggregateFrame aggregateFrame) |
| Modifier and Type | Method and Description |
|---|---|
AggregateFrame |
SingleAggResultRewriter.rewrite(List<String> nonaggColumns,
List<AggNameAndType> aggColumns)
Rewrites the raw result set into the result set with (intuitive) error bounds.
|
AggregateFrame |
QueryResultToAggregateFrame.toAggregateFrame() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.Pair<AggregateFrame,AggblockMeta> |
AggResultCombiner.combine(AggregateFrame agg1,
AggblockMeta aggblockMeta1,
AggregateFrame agg2,
AggblockMeta aggblockMeta2) |
static org.apache.commons.lang3.tuple.Pair<AggregateFrame,AggblockMeta> |
AggResultCombiner.scaleSingle(AggregateFrame left,
AggblockMeta right) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.Pair<AggregateFrame,AggblockMeta> |
AggResultCombiner.combine(AggregateFrame agg1,
AggblockMeta aggblockMeta1,
AggregateFrame agg2,
AggblockMeta aggblockMeta2) |
static org.apache.commons.lang3.tuple.Pair<AggregateFrame,AggblockMeta> |
AggResultCombiner.scaleSingle(AggregateFrame left,
AggblockMeta right) |
| Constructor and Description |
|---|
SingleAggResultRewriter(AggregateFrame rawResultSet) |
Copyright © 2018 University of Michigan. All rights reserved.