IFrame<T> |
IFrame.addRankCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add ranking column to a certain column by Comparator
|
JDFrame<T> |
JDFrame.addRankCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add ranking column to a certain column by Comparator
|
JDFrameImpl<T> |
JDFrameImpl.addRankCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
|
SDFrame<T> |
SDFrame.addRankCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add ranking column to a certain column by Comparator
|
SDFrame<T> |
SDFrameImpl.addRankCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
|
IFrame<T> |
IFrame.addRowNumberCol(SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
IFrame<T> |
IFrame.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
JDFrame<T> |
JDFrame.addRowNumberCol(SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
JDFrame<T> |
JDFrame.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
JDFrameImpl<T> |
JDFrameImpl.addRowNumberCol(SetFunction<T,Integer> set) |
|
JDFrameImpl<T> |
JDFrameImpl.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
|
SDFrame<T> |
SDFrame.addRowNumberCol(SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
SDFrame<T> |
SDFrame.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
Add a numbered column to a specific column
|
SDFrameImpl<T> |
SDFrameImpl.addRowNumberCol(SetFunction<T,Integer> set) |
|
SDFrameImpl<T> |
SDFrameImpl.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
|
<F> JDFrameImpl<T> |
JDFrameImpl.fi2Frame(JDFrameImpl<FI2<T,F>> frame,
SetFunction<T,F> setFunction) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.fi2Frame(SDFrameImpl<FI2<T,F>> frame,
SetFunction<T,F> setFunction) |
|
<R extends Number> IFrame<T> |
IFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set) |
|
<R extends Number> IFrame<T> |
IFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set,
int scale) |
Percentage convert
you can convert the value of a certain field to a percentage,
Then assign a value to a certain column through SetFunction
|
<R extends Number> JDFrame<T> |
JDFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set) |
|
<R extends Number> JDFrame<T> |
JDFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set,
int scale) |
Percentage convert
you can convert the value of a certain field to a percentage,
Then assign a value to a certain column through SetFunction
|
<R extends Number> JDFrameImpl<T> |
JDFrameImpl.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set) |
|
<R extends Number> JDFrameImpl<T> |
JDFrameImpl.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set,
int scale) |
|
<R extends Number> SDFrame<T> |
SDFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set) |
|
<R extends Number> SDFrame<T> |
SDFrame.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set,
int scale) |
Percentage convert
you can convert the value of a certain field to a percentage,
Then assign a value to a certain column through SetFunction
|
<R extends Number> SDFrame<T> |
SDFrameImpl.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set) |
|
<R extends Number> SDFrame<T> |
SDFrameImpl.mapPercent(java.util.function.Function<T,R> get,
SetFunction<T,BigDecimal> set,
int scale) |
|
<F> JDFrame<T> |
JDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> JDFrame<T> |
JDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> JDFrameImpl<T> |
JDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> JDFrameImpl<T> |
JDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> SDFrame<T> |
SDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> SDFrame<T> |
SDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> SDFrameImpl<T> |
SDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
avg window function
calculate the avg value within the window range
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overAvgS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
JDFrame<T> |
JDFrame.overCountS(SetFunction<T,Integer> setFunction) |
count window function
calculate the count within the window range
|
JDFrame<T> |
JDFrame.overCountS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
count window function
calculate the count within the window range
|
JDFrameImpl<T> |
JDFrameImpl.overCountS(SetFunction<T,Integer> setFunction) |
|
JDFrameImpl<T> |
JDFrameImpl.overCountS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overCountS(SetFunction<T,Integer> setFunction) |
count window function
calculate the count within the window range
|
SDFrame<T> |
SDFrame.overCountS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
count window function
calculate the count within the window range
|
SDFrameImpl<T> |
SDFrameImpl.overCountS(SetFunction<T,Integer> setFunction) |
|
SDFrameImpl<T> |
SDFrameImpl.overCountS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overCountS(SetFunction<T,Integer> setFunction) |
count window function
calculate the count within the window range
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overCountS(SetFunction<T,Integer> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overCountS(SetFunction<T,Integer> setFunction) |
count window function
calculate the count within the window range
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overCountS(SetFunction<T,Integer> setFunction) |
|
JDFrame<T> |
JDFrame.overCumeDistS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
Cume Dist window function
set the function result to the setFunction
|
JDFrameImpl<T> |
JDFrameImpl.overCumeDistS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overCumeDistS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
Cume Dist window function
set the function result to the setFunction
|
SDFrameImpl<T> |
SDFrameImpl.overCumeDistS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overCumeDistS(SetFunction<T,BigDecimal> setFunction) |
Cume Dist window function
set the function result to the setFunction
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overCumeDistS(SetFunction<T,BigDecimal> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overCumeDistS(SetFunction<T,BigDecimal> setFunction) |
Cume Dist window function
set the function result to the setFunction
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overCumeDistS(SetFunction<T,BigDecimal> setFunction) |
|
JDFrame<T> |
JDFrame.overDenseRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
dense rank window function
set the function result to the setFunction
|
JDFrameImpl<T> |
JDFrameImpl.overDenseRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overDenseRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
dense rank window function
set the function result to the setFunction
|
SDFrameImpl<T> |
SDFrameImpl.overDenseRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overDenseRankS(SetFunction<T,Integer> setFunction) |
dense rank window function
set the function result to the setFunction
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overDenseRankS(SetFunction<T,Integer> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overDenseRankS(SetFunction<T,Integer> setFunction) |
dense rank window function
set the function result to the setFunction
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overDenseRankS(SetFunction<T,Integer> setFunction) |
|
<F> JDFrame<T> |
JDFrame.overFirstValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> JDFrame<T> |
JDFrame.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> JDFrame<T> |
JDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> JDFrameImpl<T> |
JDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> SDFrame<T> |
SDFrame.overFirstValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> SDFrame<T> |
SDFrame.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> SDFrame<T> |
SDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
FirstValue window function
get the first row within the window range
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> JDFrame<T> |
JDFrame.overLagS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> JDFrame<T> |
JDFrame.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> JDFrame<T> |
JDFrameImpl.overLagS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> JDFrame<T> |
JDFrameImpl.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrame<T> |
SDFrame.overLagS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> SDFrame<T> |
SDFrame.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> SDFrame<T> |
SDFrameImpl.overLagS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrame<T> |
SDFrameImpl.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
Lag window function
get the value of the first n rows of the current row
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overLagS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> JDFrame<T> |
JDFrame.overLastValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> JDFrame<T> |
JDFrame.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> JDFrameImpl<T> |
JDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> JDFrame<T> |
JDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> SDFrame<T> |
SDFrame.overLastValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> SDFrame<T> |
SDFrame.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> SDFrameImpl<T> |
SDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrame<T> |
SDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
LastValue window function
get the last row within the window range
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> JDFrame<T> |
JDFrame.overLeadS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> JDFrame<T> |
JDFrame.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> JDFrame<T> |
JDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> JDFrame<T> |
JDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrame<T> |
SDFrame.overLeadS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> SDFrame<T> |
SDFrame.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> SDFrame<T> |
SDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrame<T> |
SDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> WindowJDFrame<T> |
WindowJDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
lead window function
get the value of the last n rows of the current row
|
<F> WindowSDFrame<T> |
WindowSDFrameImpl.overLeadS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F extends Comparable<? super F>> JDFrame<T> |
JDFrame.overMaxValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> JDFrame<T> |
JDFrame.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> JDFrameImpl<T> |
JDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> JDFrameImpl<T> |
JDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrame<T> |
SDFrame.overMaxValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> SDFrame<T> |
SDFrame.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> SDFrameImpl<T> |
SDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<T> |
SDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> WindowJDFrame<T> |
WindowJDFrame.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> WindowSDFrame<T> |
WindowSDFrame.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
max window function
calculate the max value within the window range
|
<F extends Comparable<? super F>> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overMaxValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> JDFrame<T> |
JDFrame.overMinValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> JDFrame<T> |
JDFrame.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> JDFrameImpl<T> |
JDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> JDFrameImpl<T> |
JDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrame<T> |
SDFrame.overMinValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> SDFrame<T> |
SDFrame.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> SDFrameImpl<T> |
SDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<T> |
SDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> WindowJDFrame<T> |
WindowJDFrame.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> WindowSDFrame<T> |
WindowSDFrame.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
min window function
calculate the min value within the window range
|
<F extends Comparable<? super F>> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overMinValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> JDFrame<T> |
JDFrame.overNthValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> JDFrame<T> |
JDFrame.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> JDFrame<T> |
JDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> JDFrameImpl<T> |
JDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrame<T> |
SDFrame.overNthValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> SDFrame<T> |
SDFrame.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> SDFrame<T> |
SDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
NthValue window function
get the Nth row within the window range
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overNthValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field,
int n) |
|
JDFrame<T> |
JDFrame.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
JDFrame<T> |
JDFrame.overNtileS(SetFunction<T,Integer> setFunction,
Window<T> overParam,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
JDFrameImpl<T> |
JDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
|
JDFrameImpl<T> |
JDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
Window<T> overParam,
int n) |
|
SDFrame<T> |
SDFrame.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
SDFrame<T> |
SDFrame.overNtileS(SetFunction<T,Integer> setFunction,
Window<T> overParam,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
SDFrameImpl<T> |
SDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
|
SDFrameImpl<T> |
SDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
Window<T> overParam,
int n) |
|
WindowJDFrame<T> |
WindowJDFrame.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
|
WindowSDFrame<T> |
WindowSDFrame.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
Ntile window function
assign bucket numbers evenly to windows, starting from 1
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
|
JDFrame<T> |
JDFrame.overPercentRankS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
Percent rank window function
set the function result to the setFunction
|
JDFrameImpl<T> |
JDFrameImpl.overPercentRankS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overPercentRankS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
Percent rank window function
set the function result to the setFunction
|
SDFrameImpl<T> |
SDFrameImpl.overPercentRankS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overPercentRankS(SetFunction<T,BigDecimal> setFunction) |
Percent rank window function
set the function result to the setFunction
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overPercentRankS(SetFunction<T,BigDecimal> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overPercentRankS(SetFunction<T,BigDecimal> setFunction) |
Percent rank window function
set the function result to the setFunction
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overPercentRankS(SetFunction<T,BigDecimal> setFunction) |
|
JDFrame<T> |
JDFrame.overRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
rank window function
set the function result to the setFunction
|
JDFrameImpl<T> |
JDFrameImpl.overRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
rank window function
set the function result to the setFunction
|
SDFrameImpl<T> |
SDFrameImpl.overRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overRankS(SetFunction<T,Integer> setFunction) |
rank window function
set the function result to the setFunction
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overRankS(SetFunction<T,Integer> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overRankS(SetFunction<T,Integer> setFunction) |
rank window function
set the function result to the setFunction
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overRankS(SetFunction<T,Integer> setFunction) |
|
JDFrame<T> |
JDFrame.overRowNumberS(SetFunction<T,Integer> setFunction) |
rowNumber window function
set the function result to the setFunction
|
JDFrame<T> |
JDFrame.overRowNumberS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
rowNumber window function
set the function result to the setFunction
|
JDFrame<T> |
JDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction) |
|
JDFrameImpl<T> |
JDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrame<T> |
SDFrame.overRowNumberS(SetFunction<T,Integer> setFunction) |
rowNumber window function
set the function result to the setFunction
|
SDFrame<T> |
SDFrame.overRowNumberS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
rowNumber window function
set the function result to the setFunction
|
SDFrame<T> |
SDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction) |
|
SDFrameImpl<T> |
SDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
WindowJDFrame<T> |
WindowJDFrame.overRowNumberS(SetFunction<T,Integer> setFunction) |
rowNumber window function
set the function result to the setFunction
|
WindowJDFrameImpl<T> |
WindowJDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction) |
|
WindowSDFrame<T> |
WindowSDFrame.overRowNumberS(SetFunction<T,Integer> setFunction) |
rowNumber window function
set the function result to the setFunction
|
WindowSDFrameImpl<T> |
WindowSDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction) |
|
<F> JDFrame<T> |
JDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
Sum window function
calculate the sum within the window range
|
<F> JDFrame<T> |
JDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
Sum window function
calculate the sum within the window range
|
<F> JDFrameImpl<T> |
JDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> JDFrameImpl<T> |
JDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> SDFrame<T> |
SDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
Sum window function
calculate the sum within the window range
|
<F> SDFrame<T> |
SDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
Sum window function
calculate the sum within the window range
|
<F> SDFrameImpl<T> |
SDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowJDFrame<T> |
WindowJDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
sum window function
calculate the sum value within the window range
|
<F> WindowJDFrameImpl<T> |
WindowJDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|
<F> WindowSDFrame<T> |
WindowSDFrame.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
sum window function
calculate the sum value within the window range
|
<F> WindowSDFrameImpl<T> |
WindowSDFrameImpl.overSumS(SetFunction<T,BigDecimal> setFunction,
java.util.function.Function<T,F> field) |
|