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

Method is_nullable

datafusion/expr/src/udf.rs:251–254  ·  view source on GitHub ↗
(&self, args: &[Expr], schema: &dyn ExprSchema)

Source from the content-addressed store, hash-verified

249
250 #[deprecated(since = "50.0.0", note = "Use `return_field_from_args` instead.")]
251 pub fn is_nullable(&self, args: &[Expr], schema: &dyn ExprSchema) -> bool {
252 #[expect(deprecated)]
253 self.inner.is_nullable(args, schema)
254 }
255
256 /// Return a preimage
257 ///

Callers 15

nullableMethod · 0.45
to_fieldMethod · 0.45
coerce_struct_by_nameFunction · 0.45
coerce_fieldsFunction · 0.45
coerce_list_childrenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected