|
sparrow-ipc 0.2.0
|
Represents a block entry in the Arrow IPC file footer. More...
#include <stream_file_serializer.hpp>
Public Attributes | |
| int64_t | offset |
| Offset from the start of the file to the record batch message. | |
| int32_t | metadata_length |
| Length of the metadata (FlatBuffer message) | |
| int64_t | body_length |
| Length of the record batch body (data buffers) | |
Represents a block entry in the Arrow IPC file footer.
Each block describes the location and size of a record batch in the file.
Definition at line 24 of file stream_file_serializer.hpp.
| int64_t sparrow_ipc::record_batch_block::body_length |
Length of the record batch body (data buffers)
Definition at line 28 of file stream_file_serializer.hpp.
| int32_t sparrow_ipc::record_batch_block::metadata_length |
Length of the metadata (FlatBuffer message)
Definition at line 27 of file stream_file_serializer.hpp.
| int64_t sparrow_ipc::record_batch_block::offset |
Offset from the start of the file to the record batch message.
Definition at line 26 of file stream_file_serializer.hpp.