ClickHouse-pretty-printer icon indicating copy to clipboard operation
ClickHouse-pretty-printer copied to clipboard

print the content of children of AST

Open kashwy opened this issue 3 years ago • 0 comments

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)

kashwy avatar Feb 23 '23 02:02 kashwy