mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Added comment.
This commit is contained in:
parent
29918c9411
commit
382ebc700e
@ -35,6 +35,9 @@ public:
|
||||
|
||||
Status prepare() override;
|
||||
void work() override;
|
||||
|
||||
/// Adds additional port fo totals.
|
||||
/// If added, totals will have been ready by the first generate() call (in totals chunk).
|
||||
InputPort * addTotalsPort();
|
||||
|
||||
InputPort & getInputPort() { return input; }
|
||||
|
Loading…
Reference in New Issue
Block a user