MCPcopy Create free account
hub / github.com/ByConity/ByConity / getTotals

Method getTotals

src/DataStreams/ExpressionBlockInputStream.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16String ExpressionBlockInputStream::getName() const { return "Expression"; }
17
18Block ExpressionBlockInputStream::getTotals()
19{
20 totals = children.back()->getTotals();
21 expression->execute(totals);
22
23 return totals;
24}
25
26Block ExpressionBlockInputStream::getHeader() const
27{

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected