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

Method Finish

cpp/src/arrow/scalar.cc:1046–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044
1045 template <typename Arg>
1046 Status Finish(Arg&& arg) {
1047 return MakeScalar(std::move(type_), std::forward<Arg>(arg)).Value(&out_);
1048 }
1049
1050 Status FinishWithBuffer() { return Finish(Buffer::FromString(std::string(s_))); }
1051

Callers

nothing calls this directly

Calls 3

MakeScalarFunction · 0.85
VisitTypeInlineFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected