We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd24f commit 45e9e89Copy full SHA for 45e9e89
datafusion/common/src/hash_utils.rs
@@ -59,7 +59,7 @@ thread_local! {
59
/// with an immutable reference to the computed hashes.
60
///
61
/// This function manages a thread-local buffer to avoid repeated allocations. The buffer is automatically
62
-/// truncated if it exceeds [`MAX_BUFFER_SIZE`] after use.
+/// truncated if it exceeds `MAX_BUFFER_SIZE` after use.
63
64
/// # Arguments
65
/// * `arrays` - The arrays to hash (must contain at least one array)
0 commit comments