sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
sparrow_ipc::serialized_record_batch_info Struct Reference

Information about a serialized record batch block. More...

#include <serialize.hpp>

Collaboration diagram for sparrow_ipc::serialized_record_batch_info:
[legend]

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)
 

Detailed Description

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.

Member Data Documentation

◆ body_length

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.

◆ metadata_length

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.


The documentation for this struct was generated from the following file: