java.lang.Object
com.google.flatbuffers.Struct
org.apache.arrow.flatbuf.Block
public final class Block
extends com.google.flatbuffers.Struct
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class com.google.flatbuffers.Structbb, bb_pos
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Blockpublic Block()
 
- 
- 
Method Details- 
__init
- 
__assign
- 
offsetpublic long offset()Index to the start of the RecordBlock (note this is past the Message header)
- 
metaDataLengthpublic int metaDataLength()Length of the metadata
- 
bodyLengthpublic long bodyLength()Length of the data (this is aligned so there can be a gap between this and the metadata).
- 
createBlockpublic static int createBlock(com.google.flatbuffers.FlatBufferBuilder builder, long offset, int metaDataLength, long bodyLength) 
 
-