Skip to main content

ddx_sql_with

Function ddx_sql_with 

Source
pub async fn ddx_sql_with(
    ctx: &SessionContext,
    sql: &str,
    ddx: &Ddx,
) -> Result<DataFrame>
Expand description

ddx_sql driven by a caller-supplied engine — use this when you have registered custom differentiation rules via Ddx::register.