pub fn validate_table(
binding: &SchemaBinding,
table: Option<&Table>,
) -> BindingValidityExpand description
Validates a schema binding against an optional live table reference.
If the table does not exist (None), any binding is Invalid.
If the table exists (Some(table)), delegates to SchemaBinding::validate.