We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275fb1b commit 23f3a8fCopy full SHA for 23f3a8f
datafusion/expr/src/logical_plan/extension.rs
@@ -212,8 +212,8 @@ impl Eq for dyn UserDefinedLogicalNode {}
212
/// This trait facilitates implementation of the [`UserDefinedLogicalNode`].
213
///
214
/// See the example in
215
-/// [user_defined_plan.rs](../../tests/user_defined_plan.rs) for an
216
-/// example of how to use this extension API.
+/// [user_defined_plan.rs](https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs)
+/// file for an example of how to use this extension API.
217
pub trait UserDefinedLogicalNodeCore:
218
fmt::Debug + Eq + Hash + Sized + Send + Sync + 'static
219
{
0 commit comments