We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Is the queryparser support Hive lateral view query and udf functions?
Thanks, Russell
The text was updated successfully, but these errors were encountered:
Queryparser supports Hive lateral view query, and has simple support for UDF functions.
Lateral view query is defined here: https://github.com/uber/queryparser/blob/master/src/Database/Sql/Type/Query.hs#L158
Queryparser currently supports parsing function names, but doesn't have deep functionality, just captures the function name. That's defined here: https://github.com/uber/queryparser/blob/master/src/Database/Sql/Type/Names.hs#L334
Let me know if that answers your question.
Cheers, Heli
Sorry, something went wrong.
Thanks Heli!
No branches or pull requests
Hello,
Is the queryparser support Hive lateral view query and udf functions?
Thanks,
Russell
The text was updated successfully, but these errors were encountered: