MCPcopy 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)]
1887pub struct Secret {
1888 pub create_sql: String,
1889 pub secret_as: MirScalarExpr,
1890}
1891
1892#[derive(Clone, Debug)]
1893pub struct Sink {

Callers 5

create_with_contextMethod · 0.50
parse_item_innerMethod · 0.50
parse_option_valueMethod · 0.50

Calls

no outgoing calls