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

Method NotImplemented

cpp/src/arrow/builder.cc:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 Status Visit(const DataType& value_type) { return NotImplemented(value_type); }
161 Status Visit(const HalfFloatType& value_type) { return NotImplemented(value_type); }
162 Status NotImplemented(const DataType& value_type) {
163 return Status::NotImplemented(
164 "MakeBuilder: cannot construct builder for dictionaries with value type ",
165 value_type);
166 }
167
168 template <typename ValueType>
169 Status CreateFor() {

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.70

Tested by

no test coverage detected