Skip to content

Commit

Permalink
Update Doc of required_indices.rs (apache#13555)
Browse files Browse the repository at this point in the history
There is a mistake in the doc,missed a number
  • Loading branch information
xinlmain authored Nov 26, 2024
1 parent 61b551d commit 18fc103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use datafusion_expr::{Expr, LogicalPlan};
///
/// Indices are always in order and without duplicates. For example, if these
/// indices were added `[3, 2, 4, 3, 6, 1]`, the instance would be represented
/// by `[1, 2, 3, 6]`.
/// by `[1, 2, 3, 4, 6]`.
#[derive(Debug, Clone, Default)]
pub(super) struct RequiredIndicies {
/// The indices of the required columns in the
Expand Down

0 comments on commit 18fc103

Please sign in to comment.