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

Function AppendArraySlice

cpp/src/arrow/array/builder_base.h:178–182  ·  view source on GitHub ↗

\brief Append a range of values from an array. The given array must be the same type as the builder.

Source from the content-addressed store, hash-verified

176 ///
177 /// The given array must be the same type as the builder.
178 virtual Status AppendArraySlice(const ArraySpan& ARROW_ARG_UNUSED(array),
179 int64_t ARROW_ARG_UNUSED(offset),
180 int64_t ARROW_ARG_UNUSED(length)) {
181 return Status::NotImplemented("AppendArraySlice for builder for ", *type());
182 }
183
184 /// \brief Return result of builder as an internal generic ArrayData
185 /// object. Resets builder except for dictionary builder

Callers

nothing calls this directly

Calls 2

typeFunction · 0.70
NotImplementedFunction · 0.50

Tested by

no test coverage detected