Skip to content

Commit

Permalink
Add links to new_constraint_from_table_constraints doc (apache#12995)
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored Oct 18, 2024
1 parent efe5708 commit 24148bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
)))
}

/// Convert each `TableConstraint` to corresponding `Constraint`
/// Convert each [TableConstraint] to corresponding [Constraint]
fn new_constraint_from_table_constraints(
constraints: &[TableConstraint],
df_schema: &DFSchemaRef,
Expand Down

0 comments on commit 24148bd

Please sign in to comment.