| Modifier and Type | Method and Description |
|---|---|
static WindowAggregate |
WindowAggregate.count(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.max(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.mean(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.median(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.min(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.row_number(int columnIndex,
WindowOptions windowOptions) |
static WindowAggregate |
WindowAggregate.sum(int columnIndex,
WindowOptions windowOptions) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.AggregateOperation.aggregateWindows(WindowAggregate... windowAggregates)
Computes row-based window aggregation functions on the Table/projection,
based on windows specified in the argument.
|
Table |
Table.AggregateOperation.aggregateWindowsOverTimeRanges(WindowAggregate... windowAggregates)
Computes time-range-based window aggregation functions on the Table/projection,
based on windows specified in the argument.
|
Copyright © 2020. All rights reserved.