Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ BitmapFromVector
Function
BitmapFromVector
cpp/src/arrow/testing/builder.h:226–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
225
template <typename T>
226
inline void BitmapFromVector(const std::vector<T>& is_valid,
227
std::shared_ptr<Buffer>* out) {
228
ASSERT_OK(GetBitmapFromVector(is_valid, out));
229
}
230
231
} // namespace arrow
Callers
1
CheckExtrema
Function · 0.50
Calls
1
GetBitmapFromVector
Function · 0.85
Tested by
1
CheckExtrema
Function · 0.40