Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
contains
Method · 0.45
validate_orderings
Function · 0.45
eq_properties
Method · 0.45
statistics
Method · 0.45
file_column_projection_indices
Method · 0.45
split_groups_by_statistics_with_target_partitions
Method · 0.45
get_writer_schema
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected