Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Finish
Method · 0.85
Finish
Method · 0.85
FinishInternal
Method · 0.85
Calls
1
FinishInternal
Method · 0.45
Tested by
no test coverage detected