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

Function GreaterThanBitmap

cpp/src/parquet/level_comparison.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67} // namespace
68
69uint64_t GreaterThanBitmap(const int16_t* levels, int64_t num_levels, int16_t rhs) {
70 static DynamicDispatch<GreaterThanDynamicFunction> dispatch;
71 return dispatch.func(levels, num_levels, rhs);
72}
73
74MinMax FindMinMax(const int16_t* levels, int64_t num_levels) {
75 static DynamicDispatch<MinMaxDynamicFunction> dispatch;

Callers 2

DefLevelsBatchToBitmapFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68