pub fn translate(query: &str) -> Result<LogicalPlan>Expand description
Translates a GQL query string to a logical plan.
ยงErrors
Returns an error if the query cannot be parsed or translated.
pub fn translate(query: &str) -> Result<LogicalPlan>Translates a GQL query string to a logical plan.
Returns an error if the query cannot be parsed or translated.