MCPcopy Create free account
hub / github.com/brimdata/super / exprsFromSortExprs

Function exprsFromSortExprs

compiler/semantic/sql.go:513–519  ·  view source on GitHub ↗
(in []ast.SortExpr)

Source from the content-addressed store, hash-verified

511}
512
513func exprsFromSortExprs(in []ast.SortExpr) []ast.Expr {
514 var out []ast.Expr
515 for _, e := range in {
516 out = append(out, e.Expr)
517 }
518 return out
519}
520
521func (t *translator) orderBy(op *ast.SQLOrderBy, scope relScope, seq sem.Seq, inType super.Type) sem.Seq {
522 save := t.scope.sql

Callers 1

sqlQueryBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected