Function datafusion_cli::helper::unescape_input

source ยท
pub fn unescape_input(input: &str) -> Result<String>
Expand description

Unescape input string from readline.

The data read from stdio will be escaped, so we need to unescape the input before executing the input