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
RowSchema
public RowSchema()
RowSchema
public RowSchema(ArrayList<ColumnInfo> signature)
setSignature
public void setSignature(ArrayList<ColumnInfo> signature)
getSignature
public ArrayList<ColumnInfo> getSignature()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 The Apache Software Foundation