Skip to content
New issue

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

Question about Hive LATERAL VIEW #35

Open
ruoguluo opened this issue May 7, 2018 · 2 comments
Open

Question about Hive LATERAL VIEW #35

ruoguluo opened this issue May 7, 2018 · 2 comments

Comments

@ruoguluo
Copy link

ruoguluo commented May 7, 2018

Hello,

Is the queryparser support Hive lateral view query and udf functions?

Thanks,
Russell

@h4v0kh3l1
Copy link
Contributor

Hello,

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

@ruoguluo
Copy link
Author

Thanks Heli!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants