Canner/wren-engine

Fix parameter type of the function in the expression type analyzer for prepare-statement

grieve54706 opened this issue · 1 comments

When we analyze the prepare-statement for the function's return type, we don't have the parameter is what type when it is a ? at the visitFunctionCall in the ExpressionTypeAnalyzer.
https://github.com/Canner/accio/blob/e94fb56a61216295b57db776cafa6344b579d462/accio-tests/src/test/java/io/accio/testing/bigquery/TestFunctions.java#L109-L115

legacy issue.