public class RowSchema
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RowSchema() |
RowSchema(java.util.ArrayList<ColumnInfo> signature) |
RowSchema(RowSchema that) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ColumnInfo> |
getSignature() |
void |
setSignature(java.util.ArrayList<ColumnInfo> signature) |
java.lang.String |
toString() |
public RowSchema()
public RowSchema(RowSchema that)
public RowSchema(java.util.ArrayList<ColumnInfo> signature)
public void setSignature(java.util.ArrayList<ColumnInfo> signature)
public java.util.ArrayList<ColumnInfo> getSignature()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation