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

Method Visit

cpp/src/arrow/integration/json_internal.cc:375–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 Status Visit(const NullType& type) { return WritePrimitive("null", type); }
376 Status Visit(const BooleanType& type) { return WritePrimitive("bool", type); }
377 Status Visit(const IntegerType& type) { return WritePrimitive("int", type); }
378

Callers

nothing calls this directly

Calls 5

OKFunction · 0.50
VisitTypeFunction · 0.50
NotImplementedFunction · 0.50
value_typeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected