Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ queryToString
Function
queryToString
src/Parsers/queryToString.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace DB
5
{
6
String queryToString(const ASTPtr & query, bool always_quote_identifiers)
7
{
8
return queryToString(*query, always_quote_identifiers);
9
}
10
11
String queryToString(const IAST & query, bool always_quote_identifiers)
12
{
Callers
15
TaskTable
Method · 0.85
tryCreateDestinationTable
Method · 0.85
processPartitionPieceTaskImpl
Method · 0.85
getShardPartitions
Method · 0.85
checkShardHasPartition
Method · 0.85
checkPresentPartitionPiecesOnCurrentShard
Method · 0.85
extractPartitionKey
Function · 0.85
extractPrimaryKey
Function · 0.85
extractOrderBy
Function · 0.85
isReplicatedTableEngine
Function · 0.85
finalizeMutatedPart
Method · 0.85
alter
Method · 0.85
Calls
1
serializeAST
Function · 0.70
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68