MCPcopy 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

4namespace 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

TaskTableMethod · 0.85
getShardPartitionsMethod · 0.85
extractPartitionKeyFunction · 0.85
extractPrimaryKeyFunction · 0.85
extractOrderByFunction · 0.85
isReplicatedTableEngineFunction · 0.85
finalizeMutatedPartMethod · 0.85
alterMethod · 0.85

Calls 1

serializeASTFunction · 0.70

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68