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

Function Value

cpp/src/arrow/array/array_binary.h:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286 const uint8_t* GetValue(int64_t i) const { return values_ + i * byte_width_; }
287 const uint8_t* Value(int64_t i) const { return GetValue(i); }
288
289 std::string_view GetView(int64_t i) const {
290 return std::string_view(reinterpret_cast<const char*>(GetValue(i)), byte_width_);

Callers 5

GetMemberArrayFunction · 0.50
SerializeMethod · 0.50
SerializeMethod · 0.50
SerializeMethod · 0.50

Calls 1

GetValueFunction · 0.70

Tested by

no test coverage detected