Skip to main content

from_lambda

Function from_lambda 

Source
pub async fn from_lambda(
    consumer: &impl SubstraitConsumer,
    expr: &Lambda,
    input_schema: &DFSchema,
) -> Result<Expr>