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

Method FromStringImpl

cpp/src/arrow/util/reflection_test.cc:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75struct FromStringImpl {
76 template <typename Properties>
77 FromStringImpl(std::string_view class_name, std::string_view repr,
78 const Properties& props) {
79 Init(class_name, repr, props.size());
80 props.ForEach(*this);
81 }
82
83 void Fail() { obj_ = std::nullopt; }
84

Callers

nothing calls this directly

Calls 2

ForEachMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected