java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.ListView
public final class ListView
extends com.google.flatbuffers.Table
Represents the same logical types that List can, but contains offsets and
sizes allowing for writes in any order and sharing of child values among
list 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
endListView
(com.google.flatbuffers.FlatBufferBuilder builder) static ListView
static ListView
getRootAsListView
(ByteBuffer _bb, ListView obj) static void
startListView
(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
-
ListView
public ListView()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsListView
-
getRootAsListView
-
__init
-
__assign
-
startListView
public static void startListView(com.google.flatbuffers.FlatBufferBuilder builder) -
endListView
public static int endListView(com.google.flatbuffers.FlatBufferBuilder builder)
-