We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d0f8e commit b6d2621Copy full SHA for b6d2621
1 file changed
datafusion/sqllogictest/src/test_context.rs
@@ -624,7 +624,7 @@ fn register_async_abs_udf(ctx: &SessionContext) {
624
/// statistics-dependent optimizer and planner behaviors.
625
///
626
/// Unlike [`MemTable`] (which derives statistics from actual data), this
627
-/// provider returns whatever [`Statistics`] you supply, letting tests exercise
+/// provider returns whatever `Statistics` you supply, letting tests exercise
628
/// code paths that depend on specific column NDV, min/max, or row-count values
629
/// without needing real data files.
630
pub mod statistics_table {
0 commit comments