◆ ConvertedSchemaWrapper()
| duckdb_adbc::ConvertedSchemaWrapper::ConvertedSchemaWrapper |
( |
| ) |
|
|
inline |
57083 : schema(nullptr) {
57084 }
◆ ~ConvertedSchemaWrapper()
| duckdb_adbc::ConvertedSchemaWrapper::~ConvertedSchemaWrapper |
( |
| ) |
|
|
inline |
57085 {
57086 if (schema) {
57087 duckdb_destroy_arrow_converted_schema(&schema);
57088 }
57089 }
◆ GetPtr()
57090 {
57091 return &schema;
57092 }
◆ operator duckdb_arrow_converted_schema()
57094 {
57095 return schema;
57096 }
◆ Get()
57097 {
57098 return schema;
57099 }
The documentation for this class was generated from the following file: