The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
39
stars
10
forks
source link
`AnalyzerExtesions` ignores nested function calls #58
AnalyzerExtensions.extractFunctionNames*
methods do not handle nested function calls properly. Procedures and TVFs probably have the same issue.For example, in the following query
AnalyzerExtensions.extractFunctionNamesFromStatement()
would only returnF
and would missG
.