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

Method AppendScalars

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

Source from the content-addressed store, hash-verified

119}
120
121Status RunCompressorBuilder::AppendScalars(const ScalarVector& scalars) {
122 if (scalars.empty()) {
123 return Status::OK();
124 }
125 RETURN_NOT_OK(ArrayBuilder::AppendScalars(scalars));
126 UpdateDimensions();
127 return Status::OK();
128}
129
130Status RunCompressorBuilder::AppendRunCompressedArraySlice(
131 const ArraySpan& run_compressed_array, int64_t offset, int64_t length) {

Callers

nothing calls this directly

Calls 4

AppendScalarsFunction · 0.85
open_run_lengthMethod · 0.80
OKFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected