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

Method raw_data_max_size

cpp/src/arrow/util/rle_encoding_internal.h:183–183  ·  view source on GitHub ↗

Maximum number of bytes allowed to be read in the buffer. This is used for unpacking operations that may need to read more bytes than they extract for performance.

Source from the content-addressed store, hash-verified

181 /// This is used for unpacking operations that may need to read more bytes than they
182 /// extract for performance.
183 constexpr rle_size_t raw_data_max_size() const noexcept { return max_read_bytes_; }
184
185 private:
186 /// The pointer to the beginning of the run

Callers 2

ResetMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected