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

print the content of children of AST #2

Open
kashwy opened this issue Feb 23, 2023 · 0 comments
Open

print the content of children of AST #2

kashwy opened this issue Feb 23, 2023 · 0 comments

Comments

@kashwy
Copy link

kashwy commented Feb 23, 2023

new ClickHouse Version has changed the children of AST from std::vector to absl::InlinedVector

using ASTs = absl::InlinedVector<ASTPtr, 7>;

so content of the children cannot be shown in debug, can you add support to absl::InlinedVector ?
debug ast)

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

1 participant