| Modifier and Type | Method and Description |
|---|---|
PlanNode |
ResultsMessage.getPlanDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsMessage.setPlanDescription(PlanNode object) |
| Modifier and Type | Method and Description |
|---|---|
static PlanNode |
PlanNode.fromXml(String planString) |
PlanNode |
PlanNode.getParent() |
PlanNode |
PlanNode.Property.getPlanNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanNode.addProperty(String pname,
PlanNode value) |
void |
PlanNode.Property.setPlanNode(PlanNode planNode) |
protected void |
PlanNode.visitNode(PlanNode node,
int nodeLevel,
boolean yaml,
StringBuilder text) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
DQPCore.getPlan(String sessionId,
long executionId) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
ConnectionImpl.getCurrentPlanDescription() |
PlanNode |
TeiidStatement.getPlanDescription()
Obtain the query plan object representation from the last
command executed on this Statement, if a query plan was
requested in the command.
|
PlanNode |
StatementImpl.getPlanDescription() |
protected PlanNode |
ResultSetImpl.getUpdatedPlanDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.setCurrentPlanDescription(PlanNode currentPlanDescription) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
CommandLogMessage.getPlan()
Only available for user commands after the NEW event
|
| Constructor and Description |
|---|
CommandLogMessage(long timestamp,
String requestID,
String transactionID,
String sessionID,
String principal,
String vdbName,
String vdbVersion,
Long finalRowCount,
CommandLogMessage.Event event,
PlanNode plan) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnalysisRecord.addLanaguageObjects(PlanNode node,
String key,
Collection<? extends LanguageObject> objects) |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
DdlPlan.getDescriptionProperties() |
PlanNode |
ProcessorPlan.getDescriptionProperties() |
PlanNode |
BatchedUpdatePlan.getDescriptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
abstract PlanNode |
ProgramInstruction.getDescriptionProperties() |
PlanNode |
WhileInstruction.getDescriptionProperties() |
PlanNode |
AssignmentInstruction.getDescriptionProperties() |
PlanNode |
ProcedurePlan.getDescriptionProperties() |
PlanNode |
BlockInstruction.getDescriptionProperties() |
PlanNode |
ErrorInstruction.getDescriptionProperties() |
PlanNode |
ReturnInstruction.getDescriptionProperties() |
PlanNode |
BranchingInstruction.getDescriptionProperties() |
PlanNode |
IfInstruction.getDescriptionProperties() |
PlanNode |
LoopInstruction.getDescriptionProperties() |
PlanNode |
Program.getDescriptionProperties() |
PlanNode |
ExecDynamicSqlInstruction.getDescriptionProperties() |
PlanNode |
CreateCursorResultSetInstruction.getDescriptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
AccessNode.getDescriptionProperties() |
PlanNode |
GroupingNode.getDescriptionProperties() |
PlanNode |
PlanExecutionNode.getDescriptionProperties() |
PlanNode |
SortNode.getDescriptionProperties() |
PlanNode |
TextTableNode.getDescriptionProperties() |
PlanNode |
SelectNode.getDescriptionProperties() |
PlanNode |
ArrayTableNode.getDescriptionProperties() |
PlanNode |
ProjectIntoNode.getDescriptionProperties() |
PlanNode |
JoinNode.getDescriptionProperties() |
PlanNode |
LimitNode.getDescriptionProperties() |
PlanNode |
WindowFunctionProjectNode.getDescriptionProperties() |
PlanNode |
RelationalPlan.getDescriptionProperties() |
PlanNode |
ObjectTableNode.getDescriptionProperties() |
PlanNode |
ProjectNode.getDescriptionProperties() |
PlanNode |
RelationalNode.getDescriptionProperties() |
PlanNode |
BatchedUpdateNode.getDescriptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
SaxonXMLTableNode.getDescriptionProperties() |
Copyright © 2019. All rights reserved.