java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.LargeUtf8
public final class LargeUtf8
extends com.google.flatbuffers.Table
Same as Utf8, but with 64-bit offsets, allowing to represent
extremely large data values.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) static int
endLargeUtf8
(com.google.flatbuffers.FlatBufferBuilder builder) static LargeUtf8
static LargeUtf8
getRootAsLargeUtf8
(ByteBuffer _bb, LargeUtf8 obj) static void
startLargeUtf8
(com.google.flatbuffers.FlatBufferBuilder builder) static void
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
LargeUtf8
public LargeUtf8()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsLargeUtf8
-
getRootAsLargeUtf8
-
__init
-
__assign
-
startLargeUtf8
public static void startLargeUtf8(com.google.flatbuffers.FlatBufferBuilder builder) -
endLargeUtf8
public static int endLargeUtf8(com.google.flatbuffers.FlatBufferBuilder builder)
-