@PublicEvolving public final class OverWindow extends Object
Similar to SQL, over window aggregates compute an aggregate for each input row over a range of its neighboring rows.
Modifier and Type | Method and Description |
---|---|
Expression |
getAlias() |
Optional<Expression> |
getFollowing() |
Expression |
getOrder() |
List<Expression> |
getPartitioning() |
Expression |
getPreceding() |
public Expression getAlias()
public List<Expression> getPartitioning()
public Expression getOrder()
public Expression getPreceding()
public Optional<Expression> getFollowing()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.