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

Function toString

src/Parsers/ASTCopyQuery.cpp:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20String toString(ASTCopyQuery::Formats format)
21{
22 switch (format)
23 {
24 case ASTCopyQuery::Formats::TSV:
25 return "TSV";
26 case ASTCopyQuery::Formats::CSV:
27 return "CSV";
28 case ASTCopyQuery::Formats::Binary:
29 return "Binary";
30 }
31}
32
33}

Callers 15

formatQueryImplMethod · 0.70
parseImplMethod · 0.70
formatQueryImplMethod · 0.70
getIDMethod · 0.70
formatQueryImplMethod · 0.70
formatTargetMethod · 0.70
toStringMethod · 0.70
formatImplMethod · 0.70
getIDMethod · 0.70
obfuscateQueriesFunction · 0.70
parseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected