public class AllColumnsForPlan
extends java.lang.Object
Constructor and Description |
---|
AllColumnsForPlan(TableFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
void |
add(Column newCol)
Called by ExpressionVisitor.
|
java.util.ArrayList<Column> |
get(Table table)
Used by index to calculate the cost of a scan.
|
public AllColumnsForPlan(TableFilter[] filters)