Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ OnBitPackedRun
Function
OnBitPackedRun
cpp/src/arrow/util/rle_encoding_internal.h:762–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
struct {
761
Callable func;
762
auto OnBitPackedRun(BitPackedRun run) { return func(std::move(run)); }
763
auto OnRleRun(RleRun run) { return func(std::move(run)); }
764
} handler{std::move(func)};
765
Callers
nothing calls this directly
Calls
1
func
Function · 0.50
Tested by
no test coverage detected