Replies: 1 comment 4 replies
-
|
Thanks for raising this! Currently, only the top-level functions are considered public API. All other methods and functions are internal implementation details. However, I'm aware that users are working with parsed SQL trees and using this functions. And I'm about to grab this up and formalize - step by step - those functions as public APIs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are quite a few methods that are not documented. For example token_next_by, token_matching, and other token methods.
They also lack inline documentation in the signatures and utilize opaque one-letter arguments.
Is this intentional because they're intended to be internal or should they be updated to be easier to use?
I would be more than happy to make a pull request with these changes if needed.
Beta Was this translation helpful? Give feedback.
All reactions