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.
- 
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 intendRunEndEncoded(com.google.flatbuffers.FlatBufferBuilder builder) static RunEndEncodedstatic RunEndEncodedgetRootAsRunEndEncoded(ByteBuffer _bb, RunEndEncoded obj) static voidstartRunEndEncoded(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- 
RunEndEncodedpublic RunEndEncoded()
 
- 
- 
Method Details- 
ValidateVersionpublic static void ValidateVersion()
- 
getRootAsRunEndEncoded
- 
getRootAsRunEndEncoded
- 
__init
- 
__assign
- 
startRunEndEncodedpublic static void startRunEndEncoded(com.google.flatbuffers.FlatBufferBuilder builder) 
- 
endRunEndEncodedpublic static int endRunEndEncoded(com.google.flatbuffers.FlatBufferBuilder builder) 
 
-