Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::detail::ArrowSchemaPrivate Struct Reference

Heap-allocated context attached to ArrowSchema.private_data. More...

#include <arrow_bridge.hpp>

Public Attributes

std::string format_storage
 Backing storage for ArrowSchema.format.
 
std::string name_storage
 Backing storage for ArrowSchema.name.
 

Detailed Description

Heap-allocated context attached to ArrowSchema.private_data.

Stores the dynamically-allocated format and name strings so the release callback can free them. The ArrowSchema.format and ArrowSchema.name pointers reference c_str() of these members.

Definition at line 103 of file arrow_bridge.hpp.

Member Data Documentation

◆ format_storage

std::string signet::forge::detail::ArrowSchemaPrivate::format_storage

Backing storage for ArrowSchema.format.

Definition at line 104 of file arrow_bridge.hpp.

◆ name_storage

std::string signet::forge::detail::ArrowSchemaPrivate::name_storage

Backing storage for ArrowSchema.name.

Definition at line 105 of file arrow_bridge.hpp.


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