Skip to content

Commit 24148bd

Browse files
authored
Add links to new_constraint_from_table_constraints doc (#12995)
1 parent efe5708 commit 24148bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/statement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
12631263
)))
12641264
}
12651265

1266-
/// Convert each `TableConstraint` to corresponding `Constraint`
1266+
/// Convert each [TableConstraint] to corresponding [Constraint]
12671267
fn new_constraint_from_table_constraints(
12681268
constraints: &[TableConstraint],
12691269
df_schema: &DFSchemaRef,

0 commit comments

Comments
 (0)