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

Class Sql

src/ore/src/sql.rs:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29/// values.
30#[derive(Clone, Debug, Eq, PartialEq)]
31pub struct Sql(Cow<'static, str>);
32
33#[doc(hidden)]
34#[derive(Clone, Copy, Debug, Eq, PartialEq)]

Callers 7

formatMethod · 0.85
format_uncheckedMethod · 0.85
insert_constantMethod · 0.85
sequence_insertMethod · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected