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

Method WriteRawNumber

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

Source from the content-addressed store, hash-verified

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