Skip to content

Commit cab15c0

Browse files
committed
chore
1 parent 589cddd commit cab15c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

datafusion/expr/src/udf.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -547,13 +547,6 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send + Sync {
547547
/// * `Some(ScalarUDF)` - A new instance of this function configured with the new settings
548548
/// * `None` - If this function does not support runtime reconfiguration
549549
///
550-
/// # Example
551-
///
552-
/// ```ignore
553-
/// fn with_updated_config(&self, config: &ConfigOptions) -> Option<ScalarUDF> {
554-
/// Some(MyConfigDependentFunc::new_with_config(config).into())
555-
/// }
556-
/// ```
557550
fn with_updated_config(&self, _config: &ConfigOptions) -> Option<ScalarUDF> {
558551
None
559552
}

0 commit comments

Comments
 (0)