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

Method nullable

datafusion/physical-expr/src/expressions/lambda_variable.rs:88–90  ·  view source on GitHub ↗
(&self, _input_schema: &Schema)

Source from the content-addressed store, hash-verified

86 }
87
88 fn nullable(&self, _input_schema: &Schema) -> Result<bool> {
89 Ok(self.field.is_nullable())
90 }
91
92 fn evaluate(&self, batch: &RecordBatch) -> Result<ColumnarValue> {
93 if self.index >= batch.num_columns() {

Callers

nothing calls this directly

Calls 1

is_nullableMethod · 0.45

Tested by

no test coverage detected