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

Update StorageInput.h

上级 e44cdefe
......@@ -5,7 +5,7 @@
namespace DB
{
/** Internal temporary storage for table function input()
/** Internal temporary storage for table function input(...)
*/
class StorageInput : public ext::shared_ptr_helper<StorageInput>, public IStorage
......@@ -13,8 +13,8 @@ class StorageInput : public ext::shared_ptr_helper<StorageInput>, public IStorag
public:
String getName() const override { return "Input"; }
String getTableName() const override { return table_name; }
/// A table will read directly from this stream.
/// A table will read from this stream.
void setInputStream(BlockInputStreamPtr input_stream_);
BlockInputStreams read(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册