Uses of Class
org.teiid.client.plan.PlanNode
-
-
Uses of PlanNode in org.teiid.client
Methods in org.teiid.client that return PlanNode Modifier and Type Method Description PlanNode
ResultsMessage. getPlanDescription()
Methods in org.teiid.client with parameters of type PlanNode Modifier and Type Method Description void
ResultsMessage. setPlanDescription(PlanNode object)
-
Uses of PlanNode in org.teiid.client.plan
Methods in org.teiid.client.plan that return PlanNode Modifier and Type Method Description static PlanNode
PlanNode. fromXml(String planString)
PlanNode
PlanNode. getParent()
PlanNode
PlanNode.Property. getPlanNode()
Methods in org.teiid.client.plan with parameters of type PlanNode Modifier and Type Method 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)
-
Uses of PlanNode in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return PlanNode Modifier and Type Method Description PlanNode
ExplainProcessPlan. getDescriptionProperties()
PlanNode
DQPCore. getPlan(String sessionId, long executionId)
PlanNode
RequestWorkItem. getQueryPlan()
-
Uses of PlanNode in org.teiid.jdbc
Methods in org.teiid.jdbc that return PlanNode Modifier and Type Method Description PlanNode
ConnectionImpl. getCurrentPlanDescription()
PlanNode
StatementImpl. getPlanDescription()
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.protected PlanNode
ResultSetImpl. getUpdatedPlanDescription()
Methods in org.teiid.jdbc with parameters of type PlanNode Modifier and Type Method Description void
ConnectionImpl. setCurrentPlanDescription(PlanNode currentPlanDescription)
-
Uses of PlanNode in org.teiid.logging
Methods in org.teiid.logging that return PlanNode Modifier and Type Method Description PlanNode
CommandLogMessage. getPlan()
Only available for user commands after the NEW eventConstructors in org.teiid.logging with parameters of type PlanNode Constructor Description CommandLogMessage(long timestamp, String requestID, String transactionID, String sessionID, String principal, String vdbName, String vdbVersion, Long finalRowCount, CommandLogMessage.Event event, PlanNode plan)
-
Uses of PlanNode in org.teiid.query.analysis
Methods in org.teiid.query.analysis with parameters of type PlanNode Modifier and Type Method Description static void
AnalysisRecord. addLanaguageObjects(PlanNode node, String key, Collection<? extends LanguageObject> objects)
-
Uses of PlanNode in org.teiid.query.processor
Methods in org.teiid.query.processor that return PlanNode Modifier and Type Method Description PlanNode
BatchedUpdatePlan. getDescriptionProperties()
PlanNode
DdlPlan. getDescriptionProperties()
PlanNode
ProcessorPlan. getDescriptionProperties()
-
Uses of PlanNode in org.teiid.query.processor.proc
Methods in org.teiid.query.processor.proc that return PlanNode Modifier and Type Method Description PlanNode
AssignmentInstruction. getDescriptionProperties()
PlanNode
BlockInstruction. getDescriptionProperties()
PlanNode
BranchingInstruction. getDescriptionProperties()
PlanNode
CreateCursorResultSetInstruction. getDescriptionProperties()
PlanNode
ErrorInstruction. getDescriptionProperties()
PlanNode
ExecDynamicSqlInstruction. getDescriptionProperties()
PlanNode
IfInstruction. getDescriptionProperties()
PlanNode
LoopInstruction. getDescriptionProperties()
PlanNode
ProcedurePlan. getDescriptionProperties()
PlanNode
Program. getDescriptionProperties()
abstract PlanNode
ProgramInstruction. getDescriptionProperties()
PlanNode
ReturnInstruction. getDescriptionProperties()
PlanNode
WhileInstruction. getDescriptionProperties()
-
Uses of PlanNode in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return PlanNode Modifier and Type Method Description PlanNode
AccessNode. getDescriptionProperties()
PlanNode
ArrayTableNode. getDescriptionProperties()
PlanNode
BatchedUpdateNode. getDescriptionProperties()
PlanNode
GroupingNode. getDescriptionProperties()
PlanNode
JoinNode. getDescriptionProperties()
PlanNode
LimitNode. getDescriptionProperties()
PlanNode
ObjectTableNode. getDescriptionProperties()
PlanNode
PlanExecutionNode. getDescriptionProperties()
PlanNode
ProjectIntoNode. getDescriptionProperties()
PlanNode
ProjectNode. getDescriptionProperties()
PlanNode
RelationalNode. getDescriptionProperties()
PlanNode
RelationalPlan. getDescriptionProperties()
PlanNode
SelectNode. getDescriptionProperties()
PlanNode
SortNode. getDescriptionProperties()
PlanNode
TextTableNode. getDescriptionProperties()
PlanNode
WindowFunctionProjectNode. getDescriptionProperties()
-
Uses of PlanNode in org.teiid.xquery.saxon
Methods in org.teiid.xquery.saxon that return PlanNode Modifier and Type Method Description PlanNode
SaxonXMLTableNode. getDescriptionProperties()
-