Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ nullable
Method
nullable
datafusion/physical-expr/src/higher_order_function.rs:194–196 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
192
}
193
194
pub fn nullable(&self) -> bool {
195
self.return_field.is_nullable()
196
}
197
198
pub fn config_options(&self) -> &ConfigOptions {
199
&self.config_options
Callers
nothing calls this directly
Calls
1
is_nullable
Method · 0.45
Tested by
no test coverage detected