org.apache.hadoop.hive.ql.exec
Class RowSchema

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.RowSchema
All Implemented Interfaces:
Serializable

public class RowSchema
extends Object
implements Serializable

RowSchema Implementation.

See Also:
Serialized Form

Constructor Summary
RowSchema()
           
RowSchema(ArrayList<ColumnInfo> signature)
           
RowSchema(RowSchema that)
           
 
Method Summary
 ArrayList<ColumnInfo> getSignature()
           
 void setSignature(ArrayList<ColumnInfo> signature)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowSchema

public RowSchema()

RowSchema

public RowSchema(RowSchema that)

RowSchema

public RowSchema(ArrayList<ColumnInfo> signature)
Method Detail

setSignature

public void setSignature(ArrayList<ColumnInfo> signature)

getSignature

public ArrayList<ColumnInfo> getSignature()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All rights reserved.