Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
ensure_field_nullability
Function · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
return_field_from_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected