Class RunEndEncoded

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

public final class RunEndEncoded extends com.google.flatbuffers.Table
Contains two child arrays, run_ends and values. The run_ends child array must be a 16/32/64-bit integer array which encodes the indices at which the run with the value in each corresponding index in the values child array ends. Like list/struct types, the value array can be of any type.
  • Constructor Details

    • RunEndEncoded

      public RunEndEncoded()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsRunEndEncoded

      public static RunEndEncoded getRootAsRunEndEncoded(ByteBuffer _bb)
    • getRootAsRunEndEncoded

      public static RunEndEncoded getRootAsRunEndEncoded(ByteBuffer _bb, RunEndEncoded obj)
    • __init

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

      public RunEndEncoded __assign(int _i, ByteBuffer _bb)
    • startRunEndEncoded

      public static void startRunEndEncoded(com.google.flatbuffers.FlatBufferBuilder builder)
    • endRunEndEncoded

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