Skip to content

print the content of children of AST #2

@kashwy

Description

@kashwy

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions