MCPcopy 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_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45
compute_propertiesMethod · 0.45

Calls 1

propertiesMethod · 0.45

Tested by

no test coverage detected