fn parse_catalog_create_sql<'a>(a: &'a str) -> Result<Jsonb, EvalError>Expand description
Parses a catalog create_sql string into a JSONB object.
The returned JSONB does not fully reflect the parsed SQL and instead contains only fields required by current callers.