java.lang.Object
com.google.flatbuffers.Struct
org.apache.arrow.flatbuf.Block
public final class Block
extends com.google.flatbuffers.Struct
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.google.flatbuffers.Struct
bb, bb_pos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) long
Length of the data (this is aligned so there can be a gap between this and the metadata).static int
createBlock
(com.google.flatbuffers.FlatBufferBuilder builder, long offset, int metaDataLength, long bodyLength) int
Length of the metadatalong
offset()
Index to the start of the RecordBlock (note this is past the Message header)Methods inherited from class com.google.flatbuffers.Struct
__reset, __reset
-
Constructor Details
-
Block
public Block()
-
-
Method Details
-
__init
-
__assign
-
offset
public long offset()Index to the start of the RecordBlock (note this is past the Message header) -
metaDataLength
public int metaDataLength()Length of the metadata -
bodyLength
public long bodyLength()Length of the data (this is aligned so there can be a gap between this and the metadata). -
createBlock
public static int createBlock(com.google.flatbuffers.FlatBufferBuilder builder, long offset, int metaDataLength, long bodyLength)
-