@Internal public final class ArrowVarCharColumnVector extends Object implements BytesColumnVector
BytesColumnVector.Bytes
Constructor and Description |
---|
ArrowVarCharColumnVector(org.apache.arrow.vector.VarCharVector varCharVector) |
Modifier and Type | Method and Description |
---|---|
BytesColumnVector.Bytes |
getBytes(int i) |
boolean |
isNullAt(int i) |
public ArrowVarCharColumnVector(org.apache.arrow.vector.VarCharVector varCharVector)
public BytesColumnVector.Bytes getBytes(int i)
getBytes
in interface BytesColumnVector
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.