OUT
- Type of the row to write.@Internal public abstract class ArrowFieldReader<OUT> extends Object
Constructor and Description |
---|
ArrowFieldReader(org.apache.arrow.vector.ValueVector valueVector) |
Modifier and Type | Method and Description |
---|---|
org.apache.arrow.vector.ValueVector |
getValueVector()
Returns the underlying container which stores the sequence of values of a column to read.
|
abstract OUT |
read(int index)
Sets the field value as the specified value.
|
public ArrowFieldReader(org.apache.arrow.vector.ValueVector valueVector)
public org.apache.arrow.vector.ValueVector getValueVector()
public abstract OUT read(int index)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.