Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
std::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
parseOrderByClauses
Function · 0.50
Calls
no outgoing calls
Tested by
1
parseOrderByClauses
Function · 0.40