mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Miscellaneous [#CLICKHOUSE-2]
This commit is contained in:
parent
4055da5979
commit
222fb2c945
@ -21,7 +21,7 @@ public:
|
||||
|
||||
String getName() const override
|
||||
{
|
||||
return "FilterColumnsBlockInputStream";
|
||||
return "FilterColumns";
|
||||
}
|
||||
|
||||
Block getHeader() const override;
|
||||
|
@ -43,7 +43,7 @@ public:
|
||||
|
||||
String getName() const override
|
||||
{
|
||||
return "DictionaryBlockInputStream";
|
||||
return "Dictionary";
|
||||
}
|
||||
|
||||
protected:
|
||||
|
@ -30,7 +30,7 @@ public:
|
||||
|
||||
String getName() const override
|
||||
{
|
||||
return "RangeDictionaryBlockInputStream";
|
||||
return "RangeDictionary";
|
||||
}
|
||||
|
||||
protected:
|
||||
|
@ -36,7 +36,7 @@ public:
|
||||
|
||||
String getName() const override
|
||||
{
|
||||
return "CatBoostDatasetBlockInputStream";
|
||||
return "CatBoostDataset";
|
||||
}
|
||||
|
||||
Block readImpl() override
|
||||
|
Loading…
Reference in New Issue
Block a user