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

Method values_size

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

Source from the content-addressed store, hash-verified

753 }
754
755 int64_t values_size() const { return binary_builder_.value_data_length(); }
756
757 // Copy (n + 1) offsets starting from index `start` into `out_data`
758 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