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

Function Visit

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

Source from the content-addressed store, hash-verified

98Status Kind::ForType(const DataType& type, Kind::type* kind) {
99 struct {
100 Status Visit(const NullType&) { return SetKind(Kind::kNull); }
101 Status Visit(const BooleanType&) { return SetKind(Kind::kBoolean); }
102 Status Visit(const NumberType&) { return SetKind(Kind::kNumber); }
103 Status Visit(const TimeType&) { return SetKind(Kind::kNumber); }

Calls 3

SetKindFunction · 0.85
NotImplementedFunction · 0.50
value_typeMethod · 0.45

Tested by

no test coverage detected