Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ AllSortItem
Method
AllSortItem
query/sql/sql_parser.go:1395–1395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1393
type
orderByContext
interface
{
1394
ORDER() antlr.TerminalNode
1395
AllSortItem() []antlrgen.ISortItemContext
1396
}
1397
1398
func
(v *ASTBuilder) getOrderBy(ctx orderByContext) *tree.OrderBy {
Callers
2
VisitFunctionCall
Method · 0.65
getOrderBy
Method · 0.65
Implementers
2
QueryNoWithContext
query/sql/antlrgen/sqlbase_parser.go
FunctionCallContext
query/sql/antlrgen/sqlbase_parser.go
Calls
no outgoing calls
Tested by
no test coverage detected