public static final class LogicalProgram.StatementPlan extends Object
| Constructor and Description |
|---|
StatementPlan(String owningRoutineId,
int statementIndex,
RelNode root,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
SourceAnchor |
getAnchor() |
String |
getOwningRoutineId() |
RelNode |
getRoot() |
int |
getStatementIndex() |
public StatementPlan(String owningRoutineId, int statementIndex, RelNode root, SourceAnchor anchor)
public String getOwningRoutineId()
public int getStatementIndex()
public SourceAnchor getAnchor()