Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ boundedness
Method
boundedness
datafusion/physical-plan/src/execution_plan.rs:845–847 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
843
}
844
845
fn boundedness(&self) -> Boundedness {
846
self.properties().boundedness
847
}
848
849
fn pipeline_behavior(&self) -> EmissionType {
850
self.properties().emission_type
Callers
15
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
boundedness_from_children
Function · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
compute_properties
Method · 0.45
Calls
1
properties
Method · 0.45
Tested by
no test coverage detected