Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ Secret
Class
Secret
src/sql/src/plan.rs:1887–1890 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1885
1886
#[derive(Clone, Debug)]
1887
pub struct Secret {
1888
pub create_sql: String,
1889
pub secret_as: MirScalarExpr,
1890
}
1891
1892
#[derive(Clone, Debug)]
1893
pub struct Sink {
Callers
5
fold_with_option_value
Method · 0.70
create_with_context
Method · 0.50
parse_item_inner
Method · 0.50
parse_option_value
Method · 0.50
test_diff_secret_option_compared_structurally
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_diff_secret_option_compared_structurally
Function · 0.40