MCPcopy Create free account
hub / github.com/bytedance/bolt / parseOrderByExpr

Function parseOrderByExpr

bolt/parse/ExpressionsParser.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::pair<std::shared_ptr<const core::IExpr>, core::SortOrder> parseOrderByExpr(
57 const std::string& expr) {
58 return bytedance::bolt::duckdb::parseOrderByExpr(expr);
59}
60
61} // namespace bytedance::bolt::parse

Callers 1

parseOrderByClausesFunction · 0.50

Calls

no outgoing calls

Tested by 1

parseOrderByClausesFunction · 0.40