pub fn experimental_sql_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    driver_name: O0,
    data_source_name: O1,
    query: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalSqlDataset::new().build(driver_name, data_source_name, query, scope).