From d56110df565f93d20a1682fd4c7b0cbdcf7ead00 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 31 Dec 2024 10:18:10 -0500 Subject: [PATCH] more docs --- datafusion/common/src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datafusion/common/src/config.rs b/datafusion/common/src/config.rs index c7faeb018737..354f2c3c0e6b 100644 --- a/datafusion/common/src/config.rs +++ b/datafusion/common/src/config.rs @@ -1152,6 +1152,8 @@ pub trait Visit { /// - ``: Default value matching the field type like `42`. /// /// # Example +/// See also a full example on the [`ConfigExtension`] documentation +/// /// ``` /// use datafusion_common::extensions_options; ///