Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ output_partitioning
Method
output_partitioning
datafusion/datasource/src/memory.rs:179–181 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
177
}
178
179
fn output_partitioning(&self) -> Partitioning {
180
Partitioning::UnknownPartitioning(self.partitions.len())
181
}
182
183
fn eq_properties(&self) -> EquivalenceProperties {
184
EquivalenceProperties::new_with_orderings(
Callers
15
repartitioned
Method · 0.45
compute_properties
Method · 0.45
assert_partitioning
Function · 0.45
map_logical_node_to_physical
Method · 0.45
parquet_exec_with_partition
Function · 0.45
compute_properties
Method · 0.45
test_statistics_by_partition_of_data_source
Function · 0.45
test_statistics_by_partition_of_projection
Function · 0.45
test_statistics_by_partition_of_sort
Function · 0.45
test_statistics_by_partition_of_filter
Function · 0.45
test_statistic_by_partition_of_union
Function · 0.45
test_statistics_by_partition_of_interleave
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
15
compute_properties
Method · 0.36
test_statistics_by_partition_of_data_source
Function · 0.36
test_statistics_by_partition_of_projection
Function · 0.36
test_statistics_by_partition_of_sort
Function · 0.36
test_statistics_by_partition_of_filter
Function · 0.36
test_statistic_by_partition_of_union
Function · 0.36
test_statistics_by_partition_of_interleave
Function · 0.36
test_statistic_by_partition_of_cross_join
Function · 0.36
test_statistic_by_partition_of_nested_loop_join
Function · 0.36
test_statistic_by_partition_of_coalesce_partitions
Function · 0.36
test_statistic_by_partition_of_local_limit
Function · 0.36
test_statistic_by_partition_of_global_limit_partitions
Function · 0.36