Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getBlockWithAllStreamData
Function
getBlockWithAllStreamData
programs/copier/Internals.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
Block getBlockWithAllStreamData(const BlockInputStreamPtr & stream)
88
{
89
return squashStreamIntoOneBlock(stream)->read();
90
}
91
92
93
bool isExtendedDefinitionStorage(const ASTPtr & storage_ast)
Callers
3
processPartitionPieceTaskImpl
Method · 0.85
getRemoteCreateTable
Method · 0.85
getShardPartitions
Method · 0.85
Calls
2
squashStreamIntoOneBlock
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected