Class Struct_

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
  • Constructor Details

    • Struct_

      public Struct_()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsStruct_

      public static Struct_ getRootAsStruct_(ByteBuffer _bb)
    • getRootAsStruct_

      public static Struct_ getRootAsStruct_(ByteBuffer _bb, Struct_ obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public Struct_ __assign(int _i, ByteBuffer _bb)
    • startStruct_

      public static void startStruct_(com.google.flatbuffers.FlatBufferBuilder builder)
    • endStruct_

      public static int endStruct_(com.google.flatbuffers.FlatBufferBuilder builder)