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

Method readImpl

src/DataStreams/ExpressionBlockInputStream.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31Block ExpressionBlockInputStream::readImpl()
32{
33 Block res = children.back()->read();
34 if (res)
35 expression->execute(res);
36 return res;
37}
38
39}

Callers

nothing calls this directly

Calls 2

readMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected