Skip to main content

validate_table

Function validate_table 

Source
pub fn validate_table(
    binding: &SchemaBinding,
    table: Option<&Table>,
) -> BindingValidity
Expand 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.