sparrow-ipc 1.0.1
Loading...
Searching...
No Matches
sparrow_ipc::record_batch_stream Struct Reference

Result of stream deserialization containing optional schema and record batches. More...

#include <deserialize.hpp>

Collaboration diagram for sparrow_ipc::record_batch_stream:
[legend]

Public Attributes

std::optional< sparrow::record_batch > schema
 
std::vector< sparrow::record_batch > batches
 

Detailed Description

Result of stream deserialization containing optional schema and record batches.

Definition at line 49 of file deserialize.hpp.

Member Data Documentation

◆ batches

std::vector<sparrow::record_batch> sparrow_ipc::record_batch_stream::batches

Definition at line 52 of file deserialize.hpp.

◆ schema

std::optional<sparrow::record_batch> sparrow_ipc::record_batch_stream::schema

Definition at line 51 of file deserialize.hpp.


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