pub fn analyze_expression_call_arguments( arguments: &[ExpressionPlan], ) -> Result<(Vec<ScalarCallArgument<'_>>, bool), SQLError>
Decode SQL call markers carried by expression plans without evaluating arguments.