Constructor and Description |
---|
ColumnInfo(int startCol,
byte type)
Constructor for range projection or project-star
|
ColumnInfo(List<Integer> columns,
byte type) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o2) |
List<Integer> |
getColumns() |
byte |
getResultType() |
int |
getStartCol() |
int |
hashCode() |
boolean |
isRangeProject() |
String |
toString() |
public ColumnInfo(int startCol, byte type)
startCol
- type
- public byte getResultType()
public int getStartCol()
public boolean isRangeProject()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2007-2017 The Apache Software Foundation