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

Method is_nullable

datafusion/functions-aggregate/src/count.rs:295–297  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

293 }
294
295 fn is_nullable(&self) -> bool {
296 false
297 }
298
299 fn state_fields(&self, args: StateFieldsArgs) -> Result<Vec<FieldRef>> {
300 if args.is_distinct {

Callers 15

ensure_field_nullabilityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected