documentation of org.apache.calcite.rel.core.Windo...
# dev
a
documentation of org.apache.calcite.rel.core.Window.RexWinAggCall 😄
Copy code
/**
   * A call to a windowed aggregate function.
   *
   * <p>Belongs to a {@link Window.Group}.
   *
   * <p>It's a bastard son of a {@link org.apache.calcite.rex.RexCall}; similar
   * enough that it gets visited by a {@link org.apache.calcite.rex.RexVisitor},
   * but it also has some extra data members.
   */
😜 1