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

Method nullable

datafusion/expr/src/simplify.rs:121–123  ·  view source on GitHub ↗

Returns true if expr is nullable

(&self, expr: &Expr)

Source from the content-addressed store, hash-verified

119
120 /// Returns true if expr is nullable
121 pub fn nullable(&self, expr: &Expr) -> Result<bool> {
122 expr.nullable(self.schema.as_ref())
123 }
124
125 /// Returns data type of this expr needed for determining optimized int type of a value
126 pub fn get_data_type(&self, expr: &Expr) -> Result<DataType> {

Callers 5

evaluate_boundsMethod · 0.45
is_nullMethod · 0.45
rewriteMethod · 0.45
f_upMethod · 0.45
is_exactly_trueFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected