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

Method NotImplemented

cpp/src/arrow/builder.cc:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 Status Visit(const DataType&) { return NotImplemented(); }
290
291 Status NotImplemented() {
292 return Status::NotImplemented("MakeBuilder: cannot construct builder for type ",
293 type->ToString());
294 }
295
296 Result<std::unique_ptr<ArrayBuilder>> ChildBuilder(
297 const std::shared_ptr<DataType>& type) {

Callers

nothing calls this directly

Calls 2

NotImplementedFunction · 0.70
ToStringMethod · 0.45

Tested by

no test coverage detected