Function datafusion_cli::exec::exec_from_lines

source ยท
pub async fn exec_from_lines(
    ctx: &mut SessionContext,
    reader: &mut BufReader<File>,
    print_options: &PrintOptions,
) -> Result<()>
Expand description

run and execute SQL statements and commands from a file, against a context with the given print options