java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.Struct_
public final class Struct_
extends com.google.flatbuffers.Table
A Struct_ in the flatbuffer metadata is the same as an Arrow Struct
 (according to the physical memory layout). We used Struct_ here as
 Struct is a reserved word in Flatbuffers
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.flatbuffers.Tablebb, bb_pos
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static intendStruct_(com.google.flatbuffers.FlatBufferBuilder builder) static Struct_static Struct_getRootAsStruct_(ByteBuffer _bb, Struct_ obj) static voidstartStruct_(com.google.flatbuffers.FlatBufferBuilder builder) static voidMethods 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- 
Struct_public Struct_()
 
- 
- 
Method Details- 
ValidateVersionpublic static void ValidateVersion()
- 
getRootAsStruct_
- 
getRootAsStruct_
- 
__init
- 
__assign
- 
startStruct_public static void startStruct_(com.google.flatbuffers.FlatBufferBuilder builder) 
- 
endStruct_public static int endStruct_(com.google.flatbuffers.FlatBufferBuilder builder) 
 
-