MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / doc_order_by

Method doc_order_by

src/sql-pretty/src/doc.rs:931–933  ·  view source on GitHub ↗
(&'a self, v: &'a [OrderByExpr<T>])

Source from the content-addressed store, hash-verified

929 }
930
931 fn doc_order_by<'a, T: AstInfo>(&'a self, v: &'a [OrderByExpr<T>]) -> RcDoc<'a> {
932 title_comma_separate("ORDER BY", |o| self.doc_order_by_expr(o), v)
933 }
934
935 fn doc_order_by_expr<'a, T: AstInfo>(&'a self, v: &'a OrderByExpr<T>) -> RcDoc<'a> {
936 let doc = self.doc_expr(&v.expr);

Callers 1

doc_queryMethod · 0.80

Calls 2

title_comma_separateFunction · 0.85
doc_order_by_exprMethod · 0.80

Tested by

no test coverage detected