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

This is a demo for pretty print ClickHouse variables

Results 2 ClickHouse-pretty-printer issues
Sort by recently updated
recently updated
newest added

你好,我在使用您这个printer脚本时,有个问题 **问题如图** ![image](https://user-images.githubusercontent.com/11496772/133882609-ffad9cce-7436-4641-9186-a9afe99963a2.png) **.gdbinit 配置, 我把printer.py clone到本地了** ![image](https://user-images.githubusercontent.com/11496772/133882597-5188be8d-7157-4a0d-a983-229c743c895f.png) --- **补充** https://github.com/ClickHouse/ClickHouse/issues/18861 这个issue里提到的这几种printer都尝试过了。都不太行 1. llvm 版本的[printer](https://github.com/llvm/llvm-project/tree/main/libcxx/utils/gdb/libcxx) , 不知道为什么没注册上 - 在 gdb 环境下,`info pretty-print` 没有显示注册成功的可用类型,比如std::basic_string等 2. libcxx-pretty-printers 也有OOM的[问题](https://github.com/ClickHouse/ClickHouse/issues/18861#issuecomment-766058302) 3. 您这个版本的因为语法错误,我还没成功 --- 我这里的环境是clion(win10)...

new ClickHouse Version has changed the children of AST from std::vector to absl::InlinedVector using ASTs = absl::InlinedVector; so content of the children cannot be shown in debug, can you add...