public class ArrowWrapperWritable extends Object implements org.apache.hadoop.io.WritableComparable
| Constructor and Description |
|---|
ArrowWrapperWritable() |
ArrowWrapperWritable(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot) |
ArrowWrapperWritable(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot,
org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.vector.complex.NonNullableStructVector rootVector) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
org.apache.arrow.memory.BufferAllocator |
getAllocator() |
org.apache.arrow.vector.complex.NonNullableStructVector |
getRootVector() |
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(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot,
org.apache.arrow.memory.BufferAllocator allocator,
org.apache.arrow.vector.complex.NonNullableStructVector rootVector)
public ArrowWrapperWritable()
public org.apache.arrow.vector.VectorSchemaRoot getVectorSchemaRoot()
public void setVectorSchemaRoot(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot)
public org.apache.arrow.memory.BufferAllocator getAllocator()
public org.apache.arrow.vector.complex.NonNullableStructVector getRootVector()
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 © 2022 The Apache Software Foundation. All rights reserved.