pub fn parse_and_typecheck(
input: impl Into<String>,
) -> WithTranslationErrors<TypedStatement>Expand description
Parse and type-check a Hamelin query string in one step.
pub fn parse_and_typecheck(
input: impl Into<String>,
) -> WithTranslationErrors<TypedStatement>Parse and type-check a Hamelin query string in one step.