org.apache.hadoop.hive.serde2
Class ColumnSet

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.ColumnSet

public class ColumnSet
extends Object

ColumnSet.


Field Summary
 ArrayList<String> col
           
 
Constructor Summary
ColumnSet()
           
ColumnSet(ArrayList<String> col)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

col

public ArrayList<String> col
Constructor Detail

ColumnSet

public ColumnSet()

ColumnSet

public ColumnSet(ArrayList<String> col)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation