Skip to main content

parse_with

Function parse_with 

Source
pub fn parse_with(text: &str, default_source: Option<&Source>) -> Result<Query>
Expand description

Parse a query, supplying the from clause when the text omits one.

This is how a session bound to a directory lets the prompt skip from. A from written in the text wins over the default.