mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
remove unused code
This commit is contained in:
parent
e4f43d0b01
commit
e65cfaecf8
@ -1244,19 +1244,6 @@ void StorageWindowView::eventTimeParser(const ASTCreateQuery & query)
|
||||
}
|
||||
}
|
||||
|
||||
class PushingToWindowViewSink final : public SinkToStorage
|
||||
{
|
||||
public:
|
||||
PushingToWindowViewSink(const Block & header, StorageWindowView & window_view_, StoragePtr storage_holder_, ContextPtr context_);
|
||||
String getName() const override { return "PushingToWindowViewSink"; }
|
||||
void consume(Chunk chunk) override;
|
||||
|
||||
private:
|
||||
StorageWindowView & window_view;
|
||||
StoragePtr storage_holder;
|
||||
ContextPtr context;
|
||||
};
|
||||
|
||||
void StorageWindowView::writeIntoWindowView(
|
||||
StorageWindowView & window_view, const Block & block, ContextPtr local_context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user