Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ nullable
Method
nullable
datafusion/physical-expr/src/scalar_function.rs:153–155 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
151
}
152
153
pub fn nullable(&self) -> bool {
154
self.return_field.is_nullable()
155
}
156
157
pub fn config_options(&self) -> &ConfigOptions {
158
&self.config_options
Callers
2
project_schema
Method · 0.45
output_schema
Function · 0.45
Calls
1
is_nullable
Method · 0.45
Tested by
no test coverage detected