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.