Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
Block 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
read
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected