Skip to main content

analyze_expression_call_arguments

Function analyze_expression_call_arguments 

Source
pub fn analyze_expression_call_arguments(
    arguments: &[ExpressionPlan],
) -> Result<(Vec<ScalarCallArgument<'_>>, bool), SQLError>
Expand description

Decode SQL call markers carried by expression plans without evaluating arguments.