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(Vector<ColumnInfo> signature)
           
 
Method Summary
 Vector<ColumnInfo> getSignature()
           
 void setSignature(Vector<ColumnInfo> signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSchema

public RowSchema()

RowSchema

public RowSchema(Vector<ColumnInfo> signature)
Method Detail

setSignature

public void setSignature(Vector<ColumnInfo> signature)

getSignature

public Vector<ColumnInfo> getSignature()


Copyright © 2009 The Apache Software Foundation