Function bitwise_unary_op_helper
pub fn bitwise_unary_op_helper<F>(
left: &Buffer,
offset_in_bits: usize,
len_in_bits: usize,
op: F,
) -> Buffer👎Deprecated since 57.2.0: use BooleanBuffer::from_bitwise_unary_op instead
Expand description
Apply a bitwise operation op to one input and return the result as a Buffer.
The input is treated as a bitmap, meaning that offset and length are specified in number of bits.