Skip to content

Conversation

@0xPoe
Copy link
Contributor

@0xPoe 0xPoe commented Nov 7, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Implemented partition_statistics for WindowAggExec.

Are these changes tested?

Check the unit tests.

Are there any user-facing changes?

No

@github-actions github-actions bot added core Core DataFusion crate physical-plan Changes to the physical-plan crate labels Nov 7, 2025

fn statistics_inner(&self) -> Result<Statistics> {
let input_stat = self.input.partition_statistics(None)?;
fn statistics_inner(&self, partition: Option<usize>) -> Result<Statistics> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to move the code directly into the partition_statistics and remove this inner function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate physical-plan Changes to the physical-plan crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant