org.apache.hadoop.hive.ql.exec
Class RowSchema
java.lang.Object
org.apache.hadoop.hive.ql.exec.RowSchema
- All Implemented Interfaces:
- Serializable
public class RowSchema
- extends Object
- implements Serializable
RowSchema Implementation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowSchema
public RowSchema()
RowSchema
public RowSchema(Vector<ColumnInfo> signature)
setSignature
public void setSignature(Vector<ColumnInfo> signature)
getSignature
public Vector<ColumnInfo> getSignature()
Copyright © 2009 The Apache Software Foundation