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

Function SetKind

cpp/src/arrow/json/parser.cc:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 return Status::NotImplemented("JSON parsing of ", not_impl);
117 }
118 Status SetKind(Kind::type kind) {
119 *kind_ = kind;
120 return Status::OK();
121 }
122 Kind::type* kind_;
123 } visitor = {kind};
124 return VisitTypeInline(type, &visitor);

Callers 2

VisitFunction · 0.85
LoosenTypeMethod · 0.85

Calls 1

OKFunction · 0.70

Tested by

no test coverage detected