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

Method ptr

tiledb/sm/cpp_api/arrow_io_impl.h:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 }
580
581 ArrowArray* ptr() const {
582 passert(array_ != nullptr);
583 return array_;
584 }
585
586 ArrowArray* mutable_ptr() {
587 passert(array_ != nullptr);

Callers 2

CPPArrowSchemaMethod · 0.45
buffer_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected