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

Support SHOW FUNCTIONS #620

Merged
merged 5 commits into from Sep 26, 2022
Merged

Conversation

joocer
Copy link
Contributor

@joocer joocer commented Sep 22, 2022

Add support for the Trino-specific SHOW FUNCTIONS statement (https://trino.io/docs/current/sql/show-functions.html?highlight=show).

I've used SHOW COLUMNS as the template.

There doesn't appear to be any Trino or Presto-specific sections in the code to align this too.

Relates to issue #616 , although I wouldn't say this resolves that issue.

@joocer
Copy link
Contributor Author

joocer commented Sep 25, 2022

Thanks - I believe I've addressed the CI quality check errors.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3122548427

  • 15 of 15 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 85.608%

Totals Coverage Status
Change from base Build 3090626203: 0.02%
Covered Lines: 9767
Relevant Lines: 11409

💛 - Coveralls

@Dandandan Dandandan merged commit 495ab59 into sqlparser-rs:main Sep 26, 2022
@Dandandan
Copy link
Collaborator

Thanks @joocer

@joocer joocer deleted the support-SHOW-FUNCTIONS branch September 26, 2022 10:53
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

Successfully merging this pull request may close these issues.

None yet

3 participants