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

Method AppendScalars

cpp/src/arrow/array/builder_dict.h:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 Status AppendScalars(const ScalarVector& scalars) override {
376 for (const auto& scalar : scalars) {
377 ARROW_RETURN_NOT_OK(AppendScalar(*scalar, /*n_repeats=*/1));
378 }
379 return Status::OK();
380 }
381
382 Status AppendArraySlice(const ArraySpan& array, int64_t offset, int64_t length) final {
383 // Visit the indices and insert the unpacked values.

Callers

nothing calls this directly

Calls 2

AppendScalarFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected