mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Add a check for header structure.
This commit is contained in:
parent
30ccfa1638
commit
91c241532f
@ -27,6 +27,9 @@ public:
|
||||
true)
|
||||
, filter_transform(header_, expression_, filter_column_name_, remove_filter_column_, on_totals_)
|
||||
{
|
||||
assertBlocksHaveEqualStructure(
|
||||
header_, getOutputPort().getHeader(),
|
||||
"Expression for FilterSortedStreamByRange shoud not change header");
|
||||
}
|
||||
|
||||
String getName() const override { return "FilterSortedStreamByRange"; }
|
||||
|
Loading…
Reference in New Issue
Block a user