MCPcopy Create free account
hub / github.com/apache/datafusion / with_nullable

Method with_nullable

datafusion/expr/src/expr_schema.rs:1162–1165  ·  view source on GitHub ↗
(mut self, nullable: bool)

Source from the content-addressed store, hash-verified

1160 }
1161
1162 fn with_nullable(mut self, nullable: bool) -> Self {
1163 Arc::make_mut(&mut self.field).set_nullable(nullable);
1164 self
1165 }
1166
1167 fn with_data_type(mut self, data_type: DataType) -> Self {
1168 Arc::make_mut(&mut self.field).set_data_type(data_type);

Callers 9

rewrite_placeholderFunction · 0.45
cast_output_fieldFunction · 0.45
test_between_nullabilityFunction · 0.45
test_inlist_nullabilityFunction · 0.45
test_like_nullabilityFunction · 0.45
try_newMethod · 0.45
nullify_fieldsFunction · 0.45
coerce_list_childrenFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_between_nullabilityFunction · 0.36
test_inlist_nullabilityFunction · 0.36
test_like_nullabilityFunction · 0.36