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

Function TestOnlyExtractBitsSoftware

cpp/src/parquet/level_conversion.cc:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150uint64_t TestOnlyExtractBitsSoftware(uint64_t bitmap, uint64_t select_bitmap) {
151 return standard::ExtractBitsSoftware(bitmap, select_bitmap);
152}
153
154void DefRepLevelsToList(const int16_t* def_levels, const int16_t* rep_levels,
155 int64_t num_def_levels, LevelInfo level_info,

Callers 1

TESTFunction · 0.85

Calls 1

ExtractBitsSoftwareFunction · 0.85

Tested by

no test coverage detected