public class ArrowWrapperWritable extends Object implements org.apache.hadoop.io.WritableComparable
| Constructor and Description |
|---|
ArrowWrapperWritable() |
ArrowWrapperWritable(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
org.apache.arrow.vector.VectorSchemaRoot |
getVectorSchemaRoot() |
void |
readFields(DataInput dataInput) |
void |
setVectorSchemaRoot(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot) |
void |
write(DataOutput dataOutput) |
public ArrowWrapperWritable(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot)
public ArrowWrapperWritable()
public org.apache.arrow.vector.VectorSchemaRoot getVectorSchemaRoot()
public void setVectorSchemaRoot(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot)
public void write(DataOutput dataOutput) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput dataInput) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2019 The Apache Software Foundation. All Rights Reserved.