未验证 提交 c2132880 编写于 作者: A alexey-milovidov 提交者: GitHub

Update WriteBufferFromVector.h

上级 095fc7b4
......@@ -51,6 +51,7 @@ public:
}
}
/// Append to vector instead of rewrite.
struct AppendModeTag {};
WriteBufferFromVector(VectorType & vector_, AppendModeTag)
: WriteBuffer(nullptr, 0), vector(vector_)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册