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

Function FinishInternal

cpp/src/arrow/builder.cc:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 Status FinishInternal(std::shared_ptr<ArrayData>* out) override {
131 return builder_->FinishInternal(out);
132 }
133
134 std::shared_ptr<DataType> type() const override { return builder_->type(); }
135

Callers 3

FinishMethod · 0.85
FinishMethod · 0.85
FinishInternalMethod · 0.85

Calls 1

FinishInternalMethod · 0.45

Tested by

no test coverage detected