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

Method WriteName

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

Source from the content-addressed store, hash-verified

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