java.lang.Object
com.google.flatbuffers.Struct
org.apache.arrow.flatbuf.Block
public final class Block
extends com.google.flatbuffers.Struct
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Struct
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) longLength of the data (this is aligned so there can be a gap between this and the metadata).static intcreateBlock(com.google.flatbuffers.FlatBufferBuilder builder, long offset, int metaDataLength, long bodyLength) intLength of the metadatalongoffset()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)
-