We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d050bb6 commit 86f7dadCopy full SHA for 86f7dad
arrow-buffer/src/buffer/boolean.rs
@@ -191,7 +191,7 @@ impl BooleanBuffer {
191
}
192
193
194
- /// Like [`from_bitwise_binary_op`] but optimized for the case where the
+ /// Like [`Self::from_bitwise_binary_op`] but optimized for the case where the
195
/// inputs are aligned to byte boundaries
196
///
197
/// Returns `None` if the inputs are not fully u64 aligned
@@ -316,7 +316,7 @@ impl BooleanBuffer {
316
317
318
319
- /// Like [`from_bitwise_unary_op`] but optimized for the case where the
+ /// Like [`Self::from_bitwise_unary_op`] but optimized for the case where the
320
/// input is aligned to byte boundaries
321
fn try_from_aligned_bitwise_unary_op<F>(
322
left: &[u8],
0 commit comments