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

Function separated

src/sql-parser/src/ast/display.rs:55–60  ·  view source on GitHub ↗
(slice: &'a [T], sep: &'static str)

Source from the content-addressed store, hash-verified

53}
54
55pub fn separated<'a, T>(slice: &'a [T], sep: &'static str) -> DisplaySeparated<'a, T>
56where
57 T: AstDisplay,
58{
59 DisplaySeparated { slice, sep }
60}
61
62pub fn comma_separated<T>(slice: &[T]) -> DisplaySeparated<'_, T>
63where

Callers 8

fmtMethod · 0.50
fmt_raw_syntaxMethod · 0.50
fmtMethod · 0.50
fmtMethod · 0.50
fmtMethod · 0.50
fmtMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected