File tree 2 files changed +2
-2
lines changed
datafusion/physical-expr-common/src 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ where
530
530
/// Generic version of [`Self::get_payloads`] that handles `ByteArrayType`
531
531
/// (both String and Binary).
532
532
///
533
- /// See [ `get_payloads`] for more details.
533
+ /// See `get_payloads` for more details.
534
534
fn get_payloads_inner < B > ( self , values : & ArrayRef ) -> Vec < Option < V > >
535
535
where
536
536
B : ByteArrayType ,
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ where
353
353
/// Generic version of [`Self::get_payloads`] that handles `ByteViewType`
354
354
/// (both StringView and BinaryView).
355
355
///
356
- /// See [ `get_payloads`] for more details.
356
+ /// See `get_payloads` for more details.
357
357
fn get_payloads_inner < B > ( self , values : & ArrayRef ) -> Vec < Option < V > >
358
358
where
359
359
B : ByteViewType ,
You can’t perform that action at this time.
0 commit comments