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

Method WriteDataValues

cpp/src/arrow/pretty_print.cc:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237 template <typename ArrayType, typename T = typename ArrayType::TypeClass>
238 enable_if_has_c_type<T, Status> WriteDataValues(const ArrayType& array) {
239 return WritePrimitiveValues(array);
240 }
241
242 template <typename ArrayType, typename T = typename ArrayType::TypeClass>
243 enable_if_has_string_view<T, Status> WriteDataValues(const ArrayType& array) {

Callers

nothing calls this directly

Calls 11

HexEncodeFunction · 0.85
OKFunction · 0.70
WriteMethod · 0.45
GetViewMethod · 0.45
FormatValueMethod · 0.45
valuesMethod · 0.45
PrintMethod · 0.45
SliceMethod · 0.45
value_offsetMethod · 0.45
value_lengthMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected