| Package | Description |
|---|---|
| org.verdictdb.core.aggresult | |
| org.verdictdb.core.querying | |
| org.verdictdb.core.querying.ola | |
| org.verdictdb.core.scrambling |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFrame |
AggregateFrame.fromDmbsQueryResult(DbmsQueryResult result,
List<String> nonaggColumns,
List<AggNameAndType> aggColumns) |
Object |
AggregateMeasures.getAttributeValue(String attributeName) |
int |
AggregateMeasures.getIndexOfAttributeName(String attributeName) |
AggregateMeasures |
AggregateFrame.getMeasures() |
| Constructor and Description |
|---|
AggregateFrame(List<String> orderedColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
static SelectAllExecutionNode |
SelectAllExecutionNode.create(IdCreator namer,
SelectQuery query) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableNodeBase |
AsyncQueryExecutionPlan.convertToProgressiveAgg(ScrambleMetaSet scrambleMeta,
AggExecutionNodeBlock aggNodeBlock)
Converts the root node and its descendants into the configuration that enables progressive
aggregation.
|
static AggCombinerExecutionNode |
AggCombinerExecutionNode.create(IdCreator namer,
ExecutableNodeBase leftQueryExecutionNode,
ExecutableNodeBase rightQueryExecutionNode) |
static AsyncAggExecutionNode |
AsyncAggExecutionNode.create(IdCreator idCreator,
List<ExecutableNodeBase> individualAggs,
List<ExecutableNodeBase> combiners,
ScrambleMetaSet meta) |
AggExecutionNodeBlock |
AggExecutionNodeBlock.deepcopyExcludingDependentAggregates(List<org.apache.commons.lang3.tuple.Pair<ExecutableNodeBase,ExecutableNodeBase>> oldSubscriptionInformation)
Replicas of the group is made.
|
List<HyperTableCube> |
HyperTableCube.roundRobinSlice() |
| Constructor and Description |
|---|
OlaAggregationPlan(ScrambleMetaSet scrambleMeta,
List<org.apache.commons.lang3.tuple.Pair<String,String>> scrambles) |
| Constructor and Description |
|---|
ScrambleMeta(String scrambleSchemaName,
String scrambleTableName,
String originalSchemaName,
String originalTableName,
String blockColumn,
int blockCount,
String tierColumn,
int tierCount,
Map<Integer,List<Double>> cumulativeMassDistributionPerTier) |
Copyright © 2018 University of Michigan. All rights reserved.