Skip to main content

analyze_call

Function analyze_call 

Source
pub fn analyze_call(
    args: &[ScalarExpr],
    evaluated: &[Value],
    column_aliases: &[String],
) -> Result<(String, String), SQLError>
Expand description

Validate the call shape before any graph state is inspected.