Skip to main content

classify_cluster_statements

Function classify_cluster_statements 

Source
fn classify_cluster_statements(
    expected_name: &str,
    path: &Path,
    located_statements: Vec<LocatedStatement>,
) -> Result<ClusterDefinition, Vec<ValidationError>>
Expand description

Classify parsed statements into a ClusterDefinition, returning validation errors.