|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
OperatorPlan, |
Adds projection to the plan. |
OperatorPlan, |
Constructor for range projection Adds projection to the plan. |
ProjectExpression, |
like a copy constructor but with a plan argument |
Added Methods | |
String getColAlias() |
|
int getEndCol() |
@return the endCol |
int getStartCol() |
@return the startCol |
boolean isRangeOrStarProject() |
|
boolean isRangeProject() |
|
void setColumnNumberFromAlias() |
If there is an alias finds the column number from it. |
void setEndAlias(String ) |
@param endAlias |
void setEndCol(int ) |
@param endCol the endCol to set |
void setStartAlias(String ) |
@param startAlias |
void setStartCol(int ) |
@param startCol the startCol to set |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |