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

Method AppendScalars

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

Source from the content-addressed store, hash-verified

365 }
366
367 Status AppendScalars(const ScalarVector& scalars) override {
368 for (const auto& scalar : scalars) {
369 ARROW_RETURN_NOT_OK(AppendScalar(*scalar, /*n_repeats=*/1));
370 }
371 return Status::OK();
372 }
373
374 Status AppendArraySlice(const ArraySpan& array, int64_t offset, int64_t length) final {
375 // 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