public class WindowAggregateOp extends Object implements Comparable<WindowAggregateOp>
| Constructor and Description |
|---|
WindowAggregateOp(ai.rapids.cudf.AggregateOp aggregateOp,
WindowOptions windowOptions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WindowAggregateOp rhs) |
ai.rapids.cudf.AggregateOp |
getAggregateOp() |
WindowOptions |
getWindowOptions() |
public WindowAggregateOp(ai.rapids.cudf.AggregateOp aggregateOp,
WindowOptions windowOptions)
public ai.rapids.cudf.AggregateOp getAggregateOp()
public WindowOptions getWindowOptions()
public int compareTo(WindowAggregateOp rhs)
compareTo in interface Comparable<WindowAggregateOp>Copyright © 2020. All rights reserved.