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

Method nullable

src/sql-server-util/src/desc.rs:1293–1296  ·  view source on GitHub ↗
(mut self, nullable: bool)

Source from the content-addressed store, hash-verified

1291 }
1292
1293 fn nullable(mut self, nullable: bool) -> Self {
1294 self.is_nullable = nullable;
1295 self
1296 }
1297
1298 fn max_length(mut self, max_length: i16) -> Self {
1299 self.max_length = max_length;

Callers 5

newMethod · 0.45
represent_as_textMethod · 0.45
smoketest_column_rawFunction · 0.45
smoketest_decoderFunction · 0.45
testcaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected