SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.addRankCol(Sorter<T> sorter) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.addRowNumberCol() |
|
SDFrameImpl<T> |
SDFrameImpl.addRowNumberCol(SetFunction<T,Integer> set) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.addRowNumberCol(Sorter<T> sorter) |
|
SDFrameImpl<T> |
SDFrameImpl.addRowNumberCol(Sorter<T> sorter,
SetFunction<T,Integer> set) |
|
SDFrameImpl<T> |
SDFrameImpl.append(T t) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.fi2Frame(SDFrameImpl<FI2<T,F>> frame,
SetFunction<T,F> setFunction) |
|
SDFrameImpl<T> |
SDFrameImpl.forEachDo(java.util.function.Consumer<? super T> action) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.join(IFrame<K> other,
JoinOn<T,K> on) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.join(IFrame<K> other,
JoinOn<T,K> on,
Join<T,K,R> join) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.leftJoin(IFrame<K> other,
JoinOn<T,K> on) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.leftJoin(IFrame<K> other,
JoinOn<T,K> on,
Join<T,K,R> join) |
|
<R> SDFrameImpl<R> |
SDFrameImpl.map(java.util.function.Function<T,R> map) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overAvg(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overAvg(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
WindowSDFrameImpl.overAvg(java.util.function.Function<T,F> field) |
|
<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) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overCount() |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overCount(Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
WindowSDFrameImpl.overCount() |
|
SDFrameImpl<T> |
SDFrameImpl.overCountS(SetFunction<T,Integer> setFunction) |
|
SDFrameImpl<T> |
SDFrameImpl.overCountS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overCumeDist(Window<T> overParam) |
|
SDFrameImpl<FI2<T,BigDecimal>> |
WindowSDFrameImpl.overCumeDist() |
|
SDFrameImpl<T> |
SDFrameImpl.overCumeDistS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overDenseRank(Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
WindowSDFrameImpl.overDenseRank() |
|
SDFrameImpl<T> |
SDFrameImpl.overDenseRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overFirstValue(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overFirstValue(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overFirstValue(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overFirstValueS(SetFunction<T,F> setFunction,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLag(Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLag(java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overLag(java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLastValue(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLastValue(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overLastValue(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<T> |
SDFrameImpl.overLastValueS(SetFunction<T,F> setFunction,
Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLead(Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overLead(java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overLead(java.util.function.Function<T,F> field,
int n) |
|
<F extends Comparable<? super F>> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overMaxValue(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overMaxValue(java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overMaxValue(java.util.function.Function<T,F> field) |
|
<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>> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overMinValue(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overMinValue(java.util.function.Function<T,F> field) |
|
<F extends Comparable<? super F>> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overMinValue(java.util.function.Function<T,F> field) |
|
<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> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overNthValue(Window<T> overParam,
java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
SDFrameImpl.overNthValue(java.util.function.Function<T,F> field,
int n) |
|
<F> SDFrameImpl<FI2<T,F>> |
WindowSDFrameImpl.overNthValue(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) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overNtile(int n) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overNtile(Window<T> overParam,
int n) |
|
SDFrameImpl<FI2<T,Integer>> |
WindowSDFrameImpl.overNtile(int n) |
|
SDFrameImpl<T> |
SDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
int n) |
|
SDFrameImpl<T> |
SDFrameImpl.overNtileS(SetFunction<T,Integer> setFunction,
Window<T> overParam,
int n) |
|
SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overPercentRank(Window<T> overParam) |
|
SDFrameImpl<FI2<T,BigDecimal>> |
WindowSDFrameImpl.overPercentRank() |
|
SDFrameImpl<T> |
SDFrameImpl.overPercentRankS(SetFunction<T,BigDecimal> setFunction,
Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overRank(Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
WindowSDFrameImpl.overRank() |
|
SDFrameImpl<T> |
SDFrameImpl.overRankS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
SDFrameImpl.overRowNumber(Window<T> overParam) |
|
SDFrameImpl<FI2<T,Integer>> |
WindowSDFrameImpl.overRowNumber() |
|
SDFrameImpl<T> |
SDFrameImpl.overRowNumberS(SetFunction<T,Integer> setFunction,
Window<T> overParam) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overSum(Window<T> overParam,
java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
SDFrameImpl.overSum(java.util.function.Function<T,F> field) |
|
<F> SDFrameImpl<FI2<T,BigDecimal>> |
WindowSDFrameImpl.overSum(java.util.function.Function<T,F> field) |
|
<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) |
|
SDFrameImpl<List<T>> |
SDFrameImpl.partition(int n) |
|
<R> SDFrameImpl<R> |
SDFrameImpl.read(List<R> list) |
|
<C> SDFrameImpl<T> |
SDFrameImpl.replenish(java.util.function.Function<T,C> collectDim,
List<C> allDim,
java.util.function.Function<C,T> getEmptyObject) |
|
<G,C> SDFrameImpl<T> |
SDFrameImpl.replenish(java.util.function.Function<T,G> groupDim,
java.util.function.Function<T,C> collectDim,
ReplenishFunction<G,C,T> getEmptyObject) |
|
<G,C> SDFrameImpl<T> |
SDFrameImpl.replenish(java.util.function.Function<T,G> groupDim,
java.util.function.Function<T,C> collectDim,
List<C> allDim,
ReplenishFunction<G,C,T> getEmptyObject) |
|
protected <R> SDFrameImpl<R> |
SDFrameImpl.returnDF(List<R> dataList) |
|
protected SDFrameImpl<T> |
SDFrameImpl.returnThis(List<T> dataList) |
|
protected SDFrameImpl<T> |
SDFrameImpl.returnThis(java.util.stream.Stream<T> stream) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.rightJoin(IFrame<K> other,
JoinOn<T,K> on) |
|
<R,K> SDFrameImpl<R> |
SDFrameImpl.rightJoin(IFrame<K> other,
JoinOn<T,K> on,
Join<T,K,R> join) |
|
SDFrameImpl<T> |
SDFrameImpl.sortAsc(Comparator<T> comparator) |
|
<R extends Comparable<R>> SDFrameImpl<T> |
SDFrameImpl.sortAsc(java.util.function.Function<T,R> function) |
|
SDFrameImpl<T> |
SDFrameImpl.sortDesc(Comparator<T> comparator) |
=========================== 排序相关 =====================================
|
<R extends Comparable<? super R>> SDFrameImpl<T> |
SDFrameImpl.sortDesc(java.util.function.Function<T,R> function) |
|
SDFrameImpl<T> |
SDFrameImpl.union(IFrame<T> other) |
|