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

Method Value

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

\brief Get binary value as a string_view Provided for consistency with other arrays. \param i the value index \return the view over the selected value

Source from the content-addressed store, hash-verified

82 /// \param i the value index
83 /// \return the view over the selected value
84 std::string_view Value(int64_t i) const { return GetView(i); }
85
86 /// \brief Get binary value as a std::string
87 ///

Callers

nothing calls this directly

Calls 1

GetViewFunction · 0.70

Tested by

no test coverage detected