Skip to main content

translate

Function translate 

Source
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.