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

Method values_size

cpp/src/arrow/util/hashing.h:756–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 }
755
756 int64_t values_size() const { return binary_builder_.value_data_length(); }
757
758 // Copy (n + 1) offsets starting from index `start` into `out_data`
759 template <class Offset>

Callers 5

FromProtoFunction · 0.80
FromProtoFunction · 0.80
TESTFunction · 0.80

Calls 1

value_data_lengthMethod · 0.80

Tested by 1

TESTFunction · 0.64