Utf8StringT
- A concrete type that can represent a UTF8 string.protected static interface GenericArrowVectorAccessorFactory.StringFactory<Utf8StringT>
Utf8StringT
from arrow vector value.Modifier and Type | Method and Description |
---|---|
java.lang.Class<Utf8StringT> |
getGenericClass()
Class of concrete UTF8 String type.
|
Utf8StringT |
ofByteBuffer(java.nio.ByteBuffer byteBuffer)
Create a UTF8 String from the byte buffer.
|
Utf8StringT |
ofBytes(byte[] bytes)
Create a UTF8 String from the byte array.
|
default Utf8StringT |
ofRow(org.apache.arrow.vector.FixedSizeBinaryVector vector,
int rowId)
Create a UTF8 String from the row value in the FixedSizeBinaryVector vector.
|
Utf8StringT |
ofRow(org.apache.arrow.vector.VarCharVector vector,
int rowId)
Create a UTF8 String from the row value in the arrow vector.
|
java.lang.Class<Utf8StringT> getGenericClass()
Utf8StringT ofRow(org.apache.arrow.vector.VarCharVector vector, int rowId)
default Utf8StringT ofRow(org.apache.arrow.vector.FixedSizeBinaryVector vector, int rowId)
Utf8StringT ofBytes(byte[] bytes)
Utf8StringT ofByteBuffer(java.nio.ByteBuffer byteBuffer)