File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
datafusion/physical-plan/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ impl FilterDescription {
216
216
/// field direclty.
217
217
/// For example, nodes like [`RepartitionExec`] that let filters pass through it transparently
218
218
/// use this to mark all parent filters as supported.
219
- ///
219
+ ///
220
220
/// [`RepartitionExec`]: crate::repartition::RepartitionExec
221
221
pub fn all_parent_filters_supported (
222
222
self ,
@@ -237,7 +237,7 @@ impl FilterDescription {
237
237
/// field direclty.
238
238
/// For example, the default implementation of filter pushdwon in [`ExecutionPlan`]
239
239
/// assumes that filters cannot be pushed down to children.
240
- ///
240
+ ///
241
241
/// [`ExecutionPlan`]: crate::ExecutionPlan
242
242
pub fn all_parent_filters_unsupported (
243
243
self ,
You can’t perform that action at this time.
0 commit comments