mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update FilterColumnsBlockInputStream.h
This commit is contained in:
parent
7bc0e40135
commit
85bdb472ea
@ -7,7 +7,9 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/// Removes columns other than columns_to_save_ from block
|
||||
/// Removes columns other than columns_to_save_ from block,
|
||||
/// and reorders columns as in columns_to_save_.
|
||||
/// Functionality is similar to ExpressionBlockInputStream with ExpressionActions containing PROJECT action.
|
||||
class FilterColumnsBlockInputStream : public IProfilingBlockInputStream
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user