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

Function AppendArraySlice

cpp/src/arrow/builder.cc:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 return builder_->AppendScalars(scalars);
124 }
125 Status AppendArraySlice(const ArraySpan& array, int64_t offset,
126 int64_t length) override {
127 return builder_->AppendArraySlice(array, offset, length);
128 }
129
130 Status FinishInternal(std::shared_ptr<ArrayData>* out) override {
131 return builder_->FinishInternal(out);

Callers

nothing calls this directly

Calls 1

AppendArraySliceMethod · 0.45

Tested by

no test coverage detected