Constructor and Description |
---|
ColumnChainInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o2) |
ColumnInfo |
getColumnInfo(int i) |
List<ColumnInfo> |
getColumnInfos() |
int |
hashCode() |
void |
insert(int startCol,
byte type)
Insert new ColumnInfo for a project-star or project-range-to-end
|
void |
insert(List<Integer> columns,
byte type) |
void |
insertColumnChainInfo(ColumnChainInfo columnChainInfo) |
void |
insertInReduce(POProject project) |
int |
size() |
String |
toString() |
public void insert(int startCol, byte type)
startCol
- type
- public void insertInReduce(POProject project)
public void insertColumnChainInfo(ColumnChainInfo columnChainInfo)
public List<ColumnInfo> getColumnInfos()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int size()
public ColumnInfo getColumnInfo(int i)
Copyright © 2007-2017 The Apache Software Foundation