MCPcopy Create free account
hub / github.com/apache/arrow / Detach

Method Detach

cpp/src/arrow/c/util_internal.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 ~ExportGuard() { Release(); }
82
83 void Detach() { c_export_ = nullptr; }
84
85 void Reset(CType* c_export) { c_export_ = c_export; }
86

Callers 4

ExportArrayFunction · 0.45
ExportRecordBatchFunction · 0.45
ExportDeviceArrayFunction · 0.45
ExportDeviceRecordBatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected