Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type
Function
type
cpp/src/arrow/builder.cc:134–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
std::shared_ptr<DataType> type() const override { return builder_->type(); }
135
136
private:
137
std::unique_ptr<ArrayBuilder> builder_;
Callers
nothing calls this directly
Calls
1
type
Method · 0.45
Tested by
no test coverage detected