MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / export_ptr

Method export_ptr

tiledb/sm/cpp_api/arrow_io_impl.h:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 }
573
574 void export_ptr(ArrowArray* out_array) {
575 iassert(out_array != nullptr);
576 memcpy(out_array, array_, sizeof(ArrowArray));
577 std::free(array_);
578 array_ = nullptr;
579 }
580
581 ArrowArray* ptr() const {
582 passert(array_ != nullptr);

Callers 1

export_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected