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

Method with_nullable

datafusion/common/src/utils/mod.rs:441–444  ·  view source on GitHub ↗

Set the nullable flag

(mut self, nullable: bool)

Source from the content-addressed store, hash-verified

439
440 /// Set the nullable flag
441 pub fn with_nullable(mut self, nullable: bool) -> Self {
442 self.nullable = nullable;
443 self
444 }
445
446 /// sets the field name for the resulting array
447 pub fn with_field_name(mut self, field_name: Option<String>) -> Self {

Callers 9

ensure_field_nullabilityFunction · 0.45
build_schemaMethod · 0.45
make_array_innerFunction · 0.45
with_fieldMethod · 0.45
new_listMethod · 0.45
new_list_from_iterMethod · 0.45
fieldMethod · 0.45
parse_expr_fieldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected