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

Function GetView

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

Source from the content-addressed store, hash-verified

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_);
291 }
292
293 std::optional<std::string_view> operator[](int64_t i) const {
294 return *IteratorType(*this, i);

Callers 3

ValueMethod · 0.70
GetStringMethod · 0.70
GetStringFunction · 0.70

Calls 1

GetValueFunction · 0.70

Tested by

no test coverage detected