MCPcopy
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

1393type orderByContext interface {
1394 ORDER() antlr.TerminalNode
1395 AllSortItem() []antlrgen.ISortItemContext
1396}
1397
1398func (v *ASTBuilder) getOrderBy(ctx orderByContext) *tree.OrderBy {

Callers 2

VisitFunctionCallMethod · 0.65
getOrderByMethod · 0.65

Implementers 2

QueryNoWithContextquery/sql/antlrgen/sqlbase_parser.go
FunctionCallContextquery/sql/antlrgen/sqlbase_parser.go

Calls

no outgoing calls

Tested by

no test coverage detected