|
sparrow-ipc 0.2.0
|
Information about a serialized record batch block. More...
#include <serialize.hpp>
Public Attributes | |
| int32_t | metadata_length |
| Length of the metadata (FlatBuffer message + padding) | |
| int64_t | body_length |
| Length of the record batch body (data buffers) | |
Information about a serialized record batch block.
Contains the metadata length and body length of a serialized record batch, used for populating the Arrow IPC file format footer.
Definition at line 21 of file serialize.hpp.
| int64_t sparrow_ipc::serialized_record_batch_info::body_length |
Length of the record batch body (data buffers)
Definition at line 24 of file serialize.hpp.
| int32_t sparrow_ipc::serialized_record_batch_info::metadata_length |
Length of the metadata (FlatBuffer message + padding)
Definition at line 23 of file serialize.hpp.