java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.Null
public final class Null
extends com.google.flatbuffers.Table
These are stored in the flatbuffer in the Type union below
-
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
endNull
(com.google.flatbuffers.FlatBufferBuilder builder) static Null
getRootAsNull
(ByteBuffer _bb) static Null
getRootAsNull
(ByteBuffer _bb, Null obj) static void
startNull
(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
-
Null
public Null()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsNull
-
getRootAsNull
-
__init
-
__assign
-
startNull
public static void startNull(com.google.flatbuffers.FlatBufferBuilder builder) -
endNull
public static int endNull(com.google.flatbuffers.FlatBufferBuilder builder)
-