提交 e4dbb2fa 编写于 作者: M Michael Kolupaev

ClickHouse: added a method for debugging. [#METR-9091]

上级 c621ed95
......@@ -91,6 +91,9 @@ public:
/** Получить список имён столбцов через запятую. */
std::string dumpNames() const;
/** Список имен, типов и длин столбцов. Предназначен для отладки. */
std::string dumpStructure() const;
/** Получить такой же блок, но пустой. */
Block cloneEmpty() const;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册