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

Function GetBitmap

cpp/src/arrow/compute/kernels/scalar_boolean.cc:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96inline Bitmap GetBitmap(const ArraySpan& arr, int index) {
97 return Bitmap{arr.buffers[index].data, arr.offset, arr.length};
98}
99
100Status InvertOpExec(KernelContext* ctx, const ExecSpan& batch, ExecResult* out) {
101 ArraySpan* out_span = out->array_span_mutable();

Callers 8

InvertOpExecFunction · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected