pub async fn exec_from_lines(
ctx: &SessionContext,
reader: &mut BufReader<File>,
print_options: &PrintOptions,
)Expand description
run and execute SQL statements and commands from a file, against a context with the given print options
pub async fn exec_from_lines(
ctx: &SessionContext,
reader: &mut BufReader<File>,
print_options: &PrintOptions,
)run and execute SQL statements and commands from a file, against a context with the given print options