Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
31
pub struct Sql(Cow<'static, str>);
32
33
#[doc(hidden)]
34
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
Callers
7
format
Method · 0.85
format_unchecked
Method · 0.85
insert_constant
Method · 0.85
sequence_end_transaction_inner
Method · 0.85
sequence_insert
Method · 0.85
sequence_read_then_write
Method · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected