org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class ColumnInfo
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.ColumnInfo
- All Implemented Interfaces:
- Cloneable
public class ColumnInfo
- extends Object
- implements Cloneable
ColumnInfo
public ColumnInfo(List<Integer> columns,
byte type)
ColumnInfo
public ColumnInfo(int startCol,
byte type)
- Constructor for range projection or project-star
- Parameters:
startCol
- type
-
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o2)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2007-2012 The Apache Software Foundation