-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
docs: Update Presto functions coverage map #12195
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
:func:`filter` :func:`parse_datetime` :func:`zip_with` | ||
:func:`find_first` :func:`pi` | ||
====================================== ====================================== ====================================== == ====================================== == ====================================== | ||
======================================== ======================================== ======================================== == ======================================== == ======================================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pramodsatya : Can you generate the doc and check the end result. The viewer is showing a strange part with an entry for not
and another place with function 'in' as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out @aditi-pandit, the links for not
and in
appear to be missing in the current prestosql coverage map doc as well: https://facebookincubator.github.io/velox/functions.html .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pramodsatya : Lets debug why they are not present. But the changes here are sufficient for this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pramodsatya
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @pramodsatya
@pramodsatya can you rebase with the latest main? Thanks. |
bef1638
to
e127fdb
Compare
Thanks @majetideepak, rebased on latest main. |
Updated the complete list of Presto scalar and aggregate functions using output from
Presto
SHOW FUNCTIONS
.Re-generated coverage maps with instructions from
velox/functions/prestosql/coverage/README.md
.