We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfce7d commit 67bc04cCopy full SHA for 67bc04c
datafusion/physical-expr/src/window/standard.rs
@@ -275,7 +275,7 @@ impl WindowExpr for StandardWindowExpr {
275
pub(crate) fn add_new_ordering_expr_with_partition_by(
276
eqp: &mut EquivalenceProperties,
277
expr: PhysicalSortExpr,
278
- partition_by: &Vec<Arc<dyn PhysicalExpr>>,
+ partition_by: &[Arc<dyn PhysicalExpr>],
279
) {
280
if partition_by.is_empty() {
281
// In the absence of a PARTITION BY, ordering of `self.expr` is global:
0 commit comments