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

Method AppendRunCompressedArraySlice

cpp/src/arrow/array/builder_run_end.cc:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Status RunCompressorBuilder::AppendRunCompressedArraySlice(
131 const ArraySpan& run_compressed_array, int64_t offset, int64_t length) {
132 DCHECK(!has_open_run());
133 RETURN_NOT_OK(inner_builder_->AppendArraySlice(run_compressed_array, offset, length));
134 UpdateDimensions();
135 return Status::OK();
136}
137
138Status RunCompressorBuilder::FinishCurrentRun() {
139 if (current_run_length_ > 0) {

Callers 1

DoAppendArraySliceMethod · 0.80

Calls 2

OKFunction · 0.50
AppendArraySliceMethod · 0.45

Tested by

no test coverage detected