| Package | Description |
|---|---|
| org.verdictdb.core.execplan | |
| org.verdictdb.core.querying | |
| org.verdictdb.core.querying.ola | |
| org.verdictdb.core.scrambling |
| Modifier and Type | Method and Description |
|---|---|
ExecutableNode |
ExecutablePlan.getReportingNode() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutableNode> |
ExecutablePlan.getNodesInGroup(int groupId) |
List<ExecutableNode> |
ExecutableNode.getSubscribers()
The result of createToken() is broadcasted to these queues.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionInfoToken |
ExecutableNodeRunner.execute(DbmsConnection conn,
ExecutableNode node) |
static ExecutionInfoToken |
ExecutableNodeRunner.execute(DbmsConnection conn,
ExecutableNode node,
List<ExecutionInfoToken> tokens) |
void |
ExecutableNode.getNotified(ExecutableNode source,
ExecutionInfoToken token) |
| Constructor and Description |
|---|
ExecutableNodeRunner(DbmsConnection conn,
ExecutableNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggExecutionNode |
class |
CreateTableAsSelectNode |
class |
DropTableExecutionNode |
class |
ExecutableNodeBase |
class |
ProjectionNode |
class |
QueryNodeBase |
class |
QueryNodeWithPlaceHolders |
class |
SelectAllExecutionNode |
| Modifier and Type | Method and Description |
|---|---|
ExecutableNode |
QueryExecutionPlan.getReportingNode() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutableNode> |
QueryExecutionPlan.getAllNodes() |
List<ExecutableNode> |
QueryExecutionPlan.getNodesInGroup(int groupId) |
List<ExecutableNode> |
ExecutableNodeBase.getSubscribers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutableNodeBase.getNotified(ExecutableNode source,
ExecutionInfoToken token) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggCombinerExecutionNode |
class |
AsyncAggExecutionNode
Represents an "progressive" execution of a single aggregate query (without nested components).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnMetadataRetrievalNode |
class |
CreateScrambledTableNode
Created by Dong Young Yoon on 7/17/18.
|
class |
PartitionMetadataRetrievalNode |
class |
ScramblingNode
The last stage of scramling process: creates a new table based on some statistics.
|
class |
StatisticsRetrievalNode |
| Modifier and Type | Method and Description |
|---|---|
ExecutableNode |
SimpleTreePlan.getReportingNode() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutableNode> |
SimpleTreePlan.getNodesInGroup(int groupId) |
Copyright © 2018 University of Michigan. All rights reserved.