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

Method is_nullable

datafusion/physical-expr/src/aggregate.rs:699–701  ·  view source on GitHub ↗

Return if the aggregation is nullable

(&self)

Source from the content-addressed store, hash-verified

697
698 /// Return if the aggregation is nullable
699 pub fn is_nullable(&self) -> bool {
700 self.is_nullable
701 }
702
703 /// the field of the final result of this aggregation.
704 pub fn field(&self) -> FieldRef {

Callers 15

make_batchFunction · 0.45
nullableMethod · 0.45
create_physical_exprFunction · 0.45
buildMethod · 0.45
nullableMethod · 0.45
nullableMethod · 0.45
nullableMethod · 0.45
is_default_target_fieldFunction · 0.45
nullableMethod · 0.45
append_fieldsFunction · 0.45
recursive_output_schemaFunction · 0.45
project_plan_to_schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected