MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / isRemoteStorage

Method isRemoteStorage

src/Interpreters/ExpressionAnalyzer.cpp:917–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917bool ExpressionAnalyzer::isRemoteStorage() const
918{
919 // Consider any storage used in parallel replicas as remote, so the query is executed in multiple servers
920 return syntax->is_remote_storage || getContext()->canUseTaskBasedParallelReplicas();
921}
922
923const ASTSelectQuery * SelectQueryExpressionAnalyzer::getAggregatingQuery() const
924{

Callers

nothing calls this directly

Calls 2

getContextFunction · 0.50

Tested by

no test coverage detected