Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
pub fn comma_separated<T>(slice: &[T]) -> DisplaySeparated<'_, T>
63
where
64
T: AstDisplay,
65
{
66
DisplaySeparated { slice, sep:
", "
}
67
}
68
69
/// Describes the context in which to print an AST.
70
///
Callers
5
fmt
Method · 0.70
fmt
Method · 0.50
fmt
Method · 0.50
fmt
Method · 0.50
fmt
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected