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

Method WriteName

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

Source from the content-addressed store, hash-verified

346
347 template <typename T>
348 void WriteName(const std::string& typeclass, const T& type) {
349 writer_->Key("name");
350 writer_->String(typeclass);
351 WriteTypeMetadata(type);
352 }
353
354 template <typename T>
355 Status WritePrimitive(const std::string& typeclass, const T& type) {

Callers

nothing calls this directly

Calls 2

KeyMethod · 0.45
StringMethod · 0.45

Tested by

no test coverage detected