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

Method scope

src/sql/src/session/vars.rs:1133–1135  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1131 }
1132
1133 fn scope(&self) -> ParameterScope {
1134 self.definition.scope()
1135 }
1136
1137 fn visible(&self, user: &User, system_vars: &SystemVars) -> Result<(), VarError> {
1138 self.definition.visible(user, system_vars)

Callers 15

copy_toFunction · 0.45
decode_and_mfpFunction · 0.45
newMethod · 0.45
upsert_innerFunction · 0.45
upsert_innerFunction · 0.45
upsert_classicFunction · 0.45
render_decode_cdcv2Function · 0.45
render_decode_delimitedFunction · 0.45
render_sinkMethod · 0.45
sink_collectionFunction · 0.45
encode_collectionFunction · 0.45
mint_batch_descriptionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected