@Internal public final class BooleanFieldReader extends ArrowFieldReader<Boolean>
ArrowFieldReader for Boolean.| Constructor and Description |
|---|
BooleanFieldReader(org.apache.arrow.vector.BitVector bitVector) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
read(int index)
Sets the field value as the specified value.
|
getValueVectorpublic BooleanFieldReader(org.apache.arrow.vector.BitVector bitVector)
public Boolean read(int index)
ArrowFieldReaderread in class ArrowFieldReader<Boolean>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.