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

Function comma_separated

src/sql-parser/src/ast/display.rs:62–67  ·  view source on GitHub ↗
(slice: &[T])

Source from the content-addressed store, hash-verified

60}
61
62pub fn comma_separated<T>(slice: &[T]) -> DisplaySeparated<'_, T>
63where
64 T: AstDisplay,
65{
66 DisplaySeparated { slice, sep: ", " }
67}
68
69/// Describes the context in which to print an AST.
70///

Callers 5

fmtMethod · 0.70
fmtMethod · 0.50
fmtMethod · 0.50
fmtMethod · 0.50
fmtMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected