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

Function ExportingNotImplemented

cpp/src/arrow/c/bridge.cc:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74namespace {
75
76Status ExportingNotImplemented(const DataType& type) {
77 return Status::NotImplemented("Exporting ", type.ToString(), " array not supported");
78}
79
80// Allocate exported private data using MemoryPool,
81// to allow accounting memory and checking for memory leaks.

Callers 1

VisitMethod · 0.85

Calls 2

NotImplementedFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected