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

Method Finish

cpp/src/arrow/scalar.cc:984–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 }
983
984 std::shared_ptr<Scalar> Finish() && {
985 // Should not fail.
986 DCHECK_OK(VisitTypeInline(*type_, this));
987 return std::move(out_);
988 }
989
990 std::shared_ptr<DataType> type_;
991 std::shared_ptr<Scalar> out_;

Callers 3

MakeNullScalarFunction · 0.45
ParseMethod · 0.45
CastToMethod · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected