MCPcopy Create free account
hub / github.com/apache/datafusion / filter

Method filter

datafusion/datasource/src/test_util.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87 }
88
89 fn filter(&self) -> Option<Arc<dyn PhysicalExpr>> {
90 self.filter.clone()
91 }
92
93 fn with_batch_size(&self, _batch_size: usize) -> Arc<dyn FileSource> {
94 Arc::new(Self { ..self.clone() })

Callers 7

containsMethod · 0.45
validate_orderingsFunction · 0.45
eq_propertiesMethod · 0.45
statisticsMethod · 0.45
get_writer_schemaFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected