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

Method WriteRawNumber

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

Source from the content-addressed store, hash-verified

490 }
491
492 void WriteRawNumber(std::string_view v) {
493 // Avoid RawNumber() as it misleadingly adds quotes
494 // (see https://github.com/Tencent/rapidjson/pull/1155)
495 writer_->RawValue(v.data(), v.size(), rj::kNumberType);
496 }
497
498 template <typename ArrayType, typename TypeClass = typename ArrayType::TypeClass,
499 typename CType = typename TypeClass::c_type>

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected