Class LargeList

java.lang.Object
com.google.flatbuffers.Table
org.apache.arrow.flatbuf.LargeList

public final class LargeList extends com.google.flatbuffers.Table
Same as List, but with 64-bit offsets, allowing to represent extremely large data values.
  • Constructor Details

    • LargeList

      public LargeList()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsLargeList

      public static LargeList getRootAsLargeList(ByteBuffer _bb)
    • getRootAsLargeList

      public static LargeList getRootAsLargeList(ByteBuffer _bb, LargeList obj)
    • __init

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

      public LargeList __assign(int _i, ByteBuffer _bb)
    • startLargeList

      public static void startLargeList(com.google.flatbuffers.FlatBufferBuilder builder)
    • endLargeList

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