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

Function toString

src/Analyzer/SortNode.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18const char * toString(SortDirection sort_direction)
19{
20 switch (sort_direction)
21 {
22 case SortDirection::ASCENDING: return "ASCENDING";
23 case SortDirection::DESCENDING: return "DESCENDING";
24 }
25}
26
27SortNode::SortNode(QueryTreeNodePtr expression_,
28 SortDirection sort_direction_,

Callers 9

getNodeTypeNameMethod · 0.70
UnionNodeMethod · 0.70
dumpTreeImplMethod · 0.70
dumpMethod · 0.70
formatForErrorMessageMethod · 0.70
dumpTreeImplMethod · 0.70
dumpTreeImplMethod · 0.70
crossToInnerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected