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

Method Finish

cpp/src/arrow/array/array_base.cc:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172 template <typename Arg>
173 Status Finish(Arg&& arg) {
174 return MakeScalar(array_.type(), std::forward<Arg>(arg)).Value(&out_);
175 }
176
177 Status Finish(std::string arg) {
178 return MakeScalar(array_.type(), Buffer::FromString(std::move(arg))).Value(&out_);

Callers 1

GetScalarMethod · 0.45

Calls 12

MakeScalarFunction · 0.85
FromStringFunction · 0.85
IndexErrorFunction · 0.85
MakeNullScalarFunction · 0.85
VisitArrayInlineFunction · 0.85
is_dictionaryFunction · 0.50
ValueMethod · 0.45
typeMethod · 0.45
lengthMethod · 0.45
idMethod · 0.45
IsNullMethod · 0.45
dictionaryMethod · 0.45

Tested by

no test coverage detected