![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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. | |
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.
| std::string signet::forge::detail::ArrowSchemaPrivate::format_storage |
Backing storage for ArrowSchema.format.
Definition at line 104 of file arrow_bridge.hpp.
| std::string signet::forge::detail::ArrowSchemaPrivate::name_storage |
Backing storage for ArrowSchema.name.
Definition at line 105 of file arrow_bridge.hpp.