类 WindowJDFrameImpl<T>
- java.lang.Object
-
- io.github.burukeyou.dataframe.iframe.AbstractCommonFrame<T>
-
- io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame<T>
-
- io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl<T>
-
- io.github.burukeyou.dataframe.iframe.JDFrameImpl<T>
-
- io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl<T>
-
- 类型参数:
T-
- 所有已实现的接口:
IFrame<T>,JDFrame<T>,WindowJDFrame<T>,Iterable<T>
public class WindowJDFrameImpl<T> extends JDFrameImpl<T> implements WindowJDFrame<T>
- 作者:
- caizhihao
-
-
字段概要
-
从类继承的字段 io.github.burukeyou.dataframe.iframe.JDFrameImpl
dataList
-
从类继承的字段 io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
emptyWindow, window
-
从类继承的字段 io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
defaultRoundingMode, defaultScale, fieldList, MSG, oldModeField
-
-
构造器概要
构造器 构造器 说明 WindowJDFrameImpl(Window<T> window, List<T> data)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <F> JDFrameImpl<FI2<T,BigDecimal>>overAvg(java.util.function.Function<T,F> field)avg window function calculate the avg value within the window range<F> WindowJDFrameImpl<T>overAvgS(SetFunction<T,BigDecimal> setFunction, java.util.function.Function<T,F> field)avg window function calculate the avg value within the window rangeJDFrameImpl<FI2<T,Integer>>overCount()count window function calculate the count within the window rangeWindowJDFrameImpl<T>overCountS(SetFunction<T,Integer> setFunction)count window function calculate the count within the window rangeJDFrameImpl<FI2<T,BigDecimal>>overCumeDist()Cume Dist window function set the function result to the setFunctionWindowJDFrameImpl<T>overCumeDistS(SetFunction<T,BigDecimal> setFunction)Cume Dist window function set the function result to the setFunctionJDFrameImpl<FI2<T,Integer>>overDenseRank()dense rank window function set the function result to the setFunctionWindowJDFrameImpl<T>overDenseRankS(SetFunction<T,Integer> setFunction)dense rank window function set the function result to the setFunction<F> JDFrameImpl<FI2<T,F>>overFirstValue(java.util.function.Function<T,F> field)FirstValue window function get the first row within the window range<F> WindowJDFrameImpl<T>overFirstValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)FirstValue window function get the first row within the window range<F> JDFrameImpl<FI2<T,F>>overLag(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>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> JDFrameImpl<FI2<T,F>>overLastValue(java.util.function.Function<T,F> field)LastValue window function get the last row within the window range<F> WindowJDFrameImpl<T>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<FI2<T,F>>overLead(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>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 extends Comparable<? super F>>
JDFrameImpl<FI2<T,F>>overMaxValue(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>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<FI2<T,F>>overMinValue(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>overMinValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)min window function calculate the min value within the window range<F> JDFrameImpl<FI2<T,F>>overNthValue(java.util.function.Function<T,F> field, int n)NthValue window function get the Nth row within the window range<F> WindowJDFrameImpl<T>overNthValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field, int n)NthValue window function get the Nth row within the window rangeJDFrameImpl<FI2<T,Integer>>overNtile(int n)Ntile window function assign bucket numbers evenly to windows, starting from 1WindowJDFrameImpl<T>overNtileS(SetFunction<T,Integer> setFunction, int n)Ntile window function assign bucket numbers evenly to windows, starting from 1JDFrameImpl<FI2<T,BigDecimal>>overPercentRank()Percent rank window function set the function result to the setFunctionWindowJDFrameImpl<T>overPercentRankS(SetFunction<T,BigDecimal> setFunction)Percent rank window function set the function result to the setFunctionJDFrameImpl<FI2<T,Integer>>overRank()rank window functionWindowJDFrameImpl<T>overRankS(SetFunction<T,Integer> setFunction)rank window function set the function result to the setFunctionJDFrameImpl<FI2<T,Integer>>overRowNumber()rowNumber window functionWindowJDFrameImpl<T>overRowNumberS(SetFunction<T,Integer> setFunction)rowNumber window function set the function result to the setFunction<F> JDFrameImpl<FI2<T,BigDecimal>>overSum(java.util.function.Function<T,F> field)Sum window function calculate the sum within the window range<F> WindowJDFrameImpl<T>overSumS(SetFunction<T,BigDecimal> setFunction, java.util.function.Function<T,F> field)Sum window function calculate the sum within the window rangeprotected <R> WindowJDFrameImpl<R>returnWDF(Window<R> window, List<R> stream)-
从类继承的方法 io.github.burukeyou.dataframe.iframe.JDFrameImpl
addRankCol, addRankCol, addRowNumberCol, addRowNumberCol, addRowNumberCol, addRowNumberCol, append, count, countDistinct, countDistinct, cut, cutFirst, cutFirstRank, cutLast, cutPage, defaultScale, defaultScale, distinct, distinct, distinct, fi2Frame, forEachDo, from, from, group, groupByAvg, groupByAvg, groupByAvg, groupByCount, groupByCount, groupByCount, groupByMax, groupByMax, groupByMaxMin, groupByMaxMin, groupByMaxMinValue, groupByMaxMinValue, groupByMaxValue, groupByMaxValue, groupByMin, groupByMin, groupByMinValue, groupByMinValue, groupBySum, groupBySum, groupBySum, groupBySumCount, groupBySumCount, join, join, leftJoin, leftJoin, map, mapPercent, mapPercent, overAvg, overAvgS, overCount, overCountS, overCumeDist, overCumeDistS, overDenseRank, overDenseRankS, overFirstValue, overFirstValueS, overLag, overLagS, overLastValue, overLastValueS, overLead, overLeadS, overMaxValue, overMaxValueS, overMinValue, overMinValueS, overNthValue, overNthValueS, overNtile, overNtileS, overPercentRank, overPercentRankS, overRank, overRankS, overRowNumber, overRowNumberS, overSum, overSumS, partition, replenish, replenish, replenish, returnDF, returnDF, rightJoin, rightJoin, sortAsc, sortAsc, sortDesc, sortDesc, stream, toLists, union, where, whereBetween, whereBetweenL, whereBetweenN, whereBetweenR, whereEq, whereGe, whereGt, whereIn, whereLe, whereLike, whereLikeLeft, whereLikeRight, whereLt, whereNotBetween, whereNotBetweenN, whereNotEq, whereNotIn, whereNotLike, whereNotNull, whereNotTrue, whereNull, whereTrue, window, window
-
从类继承的方法 io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
avg, buildFieldList, col, columns, getApplyValue, getListGroupMaxMinFunction, getListGroupMaxMinValueFunction, getListMaxFunction, getListMinFunction, groupKey, groupKey, groupKey, groupKey, groupToMap, head, head, iterator, joinList, leftJoinList, max, maxMin, maxMinValue, maxValue, mergeCollection, min, minValue, page, replenish, replenish, replenish, rightJoinList, show, show, streamFilterNull, subList, sum, tail, tail, whereBetweenLStream, whereBetweenNStream, whereBetweenRStream, whereBetweenStream, whereEqStream, whereGeStream, whereGtStream, whereInStream, whereLeStream, whereLikeLeftStream, whereLikeRightStream, whereLikeStream, whereLtStream, whereNotBetweenNStream, whereNotBetweenStream, whereNotEqStream, whereNotInStream, whereNotLikeStream, whereNotNullStream, whereNullStream
-
从类继承的方法 io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
dfsFindWindow, getBigDecimalValue, getFirstSlidingWindow, getIndexRange, isAllRow, isInRange, overAbject, slidingWindowAvg, slidingWindowForMaxValue, slidingWindowForMinValue, slidingWindowSum, updateSlidingWindowMaxQueue, updateSlidingWindowMinQueue, windowFunctionForAvg, windowFunctionForCount, windowFunctionForCumeDist, windowFunctionForDenseRank, windowFunctionForLag, windowFunctionForLead, windowFunctionForMaxValue, windowFunctionForMinValue, windowFunctionForNthValue, windowFunctionForNtile, windowFunctionForPercentRank, windowFunctionForRank, windowFunctionForRowNumber, windowFunctionForSum
-
从类继承的方法 io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
bigDecimalToClassValue, buildPrintDataArr, getOldRoundingMode, getSuperClassActualTypeArguments, getSuperInterfaceActualTypeArguments, initDefaultScale, rankingSameAsc, rankingSameAsc, transmitMember
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
从接口继承的方法 io.github.burukeyou.dataframe.iframe.JDFrame
addRankCol, addRankCol, addRowNumberCol, addRowNumberCol, addRowNumberCol, addRowNumberCol, append, avg, col, columns, count, countDistinct, countDistinct, cut, cutFirst, cutFirstRank, cutLast, cutPage, defaultScale, defaultScale, distinct, distinct, distinct, forEachDo, from, group, groupByAvg, groupByAvg, groupByAvg, groupByCount, groupByCount, groupByCount, groupByMax, groupByMax, groupByMaxMin, groupByMaxMin, groupByMaxMinValue, groupByMaxMinValue, groupByMaxValue, groupByMaxValue, groupByMin, groupByMin, groupByMinValue, groupByMinValue, groupBySum, groupBySum, groupBySum, groupBySumCount, groupBySumCount, head, head, join, join, leftJoin, leftJoin, map, mapPercent, mapPercent, max, maxMin, maxMinValue, maxValue, min, minValue, overAvg, overAvgS, overCount, overCountS, overCumeDist, overCumeDistS, overDenseRank, overDenseRankS, overFirstValue, overFirstValueS, overLag, overLagS, overLastValue, overLastValueS, overLead, overLeadS, overMaxValue, overMaxValueS, overMinValue, overMinValueS, overNthValue, overNthValueS, overNtile, overNtileS, overPercentRank, overPercentRankS, overRank, overRankS, overRowNumber, overRowNumberS, overSum, overSumS, partition, replenish, replenish, replenish, rightJoin, rightJoin, show, show, sortAsc, sortAsc, sortDesc, sortDesc, sum, tail, tail, union, where, whereBetween, whereBetweenL, whereBetweenN, whereBetweenR, whereEq, whereGe, whereGt, whereIn, whereLe, whereLike, whereLikeLeft, whereLikeRight, whereLt, whereNotBetween, whereNotBetweenN, whereNotEq, whereNotIn, whereNotLike, whereNotNull, whereNotTrue, whereNull, whereTrue, window, window
-
-
-
-
方法详细资料
-
returnWDF
protected <R> WindowJDFrameImpl<R> returnWDF(Window<R> window, List<R> stream)
-
overRowNumber
public JDFrameImpl<FI2<T,Integer>> overRowNumber()
从接口复制的说明:JDFramerowNumber window function- 指定者:
overRowNumber在接口中JDFrame<T>- 指定者:
overRowNumber在接口中WindowJDFrame<T>- 覆盖:
overRowNumber在类中JDFrameImpl<T>
-
overRowNumberS
public WindowJDFrameImpl<T> overRowNumberS(SetFunction<T,Integer> setFunction)
从接口复制的说明:JDFramerowNumber window function set the function result to the setFunction- 指定者:
overRowNumberS在接口中JDFrame<T>- 指定者:
overRowNumberS在接口中WindowJDFrame<T>- 覆盖:
overRowNumberS在类中JDFrameImpl<T>- 参数:
setFunction- function result accept
-
overRank
public JDFrameImpl<FI2<T,Integer>> overRank()
从接口复制的说明:WindowJDFramerank window function- 指定者:
overRank在接口中WindowJDFrame<T>
-
overRankS
public WindowJDFrameImpl<T> overRankS(SetFunction<T,Integer> setFunction)
从接口复制的说明:WindowJDFramerank window function set the function result to the setFunction- 指定者:
overRankS在接口中WindowJDFrame<T>- 参数:
setFunction- function result accept
-
overDenseRank
public JDFrameImpl<FI2<T,Integer>> overDenseRank()
从接口复制的说明:WindowJDFramedense rank window function set the function result to the setFunction- 指定者:
overDenseRank在接口中WindowJDFrame<T>
-
overDenseRankS
public WindowJDFrameImpl<T> overDenseRankS(SetFunction<T,Integer> setFunction)
从接口复制的说明:WindowJDFramedense rank window function set the function result to the setFunction- 指定者:
overDenseRankS在接口中WindowJDFrame<T>- 参数:
setFunction- function result accept
-
overPercentRank
public JDFrameImpl<FI2<T,BigDecimal>> overPercentRank()
从接口复制的说明:WindowJDFramePercent rank window function set the function result to the setFunction- 指定者:
overPercentRank在接口中WindowJDFrame<T>
-
overPercentRankS
public WindowJDFrameImpl<T> overPercentRankS(SetFunction<T,BigDecimal> setFunction)
从接口复制的说明:WindowJDFramePercent rank window function set the function result to the setFunction- 指定者:
overPercentRankS在接口中WindowJDFrame<T>- 参数:
setFunction- function result accept
-
overCumeDist
public JDFrameImpl<FI2<T,BigDecimal>> overCumeDist()
从接口复制的说明:WindowJDFrameCume Dist window function set the function result to the setFunction- 指定者:
overCumeDist在接口中WindowJDFrame<T>
-
overCumeDistS
public WindowJDFrameImpl<T> overCumeDistS(SetFunction<T,BigDecimal> setFunction)
从接口复制的说明:WindowJDFrameCume Dist window function set the function result to the setFunction- 指定者:
overCumeDistS在接口中WindowJDFrame<T>- 参数:
setFunction- function result accept
-
overLag
public <F> JDFrameImpl<FI2<T,F>> overLag(java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFrameLag window function get the value of the first n rows of the current row- 指定者:
overLag在接口中JDFrame<T>- 指定者:
overLag在接口中WindowJDFrame<T>- 覆盖:
overLag在类中JDFrameImpl<T>- 参数:
field- field valuen- first n rows
-
overLagS
public <F> WindowJDFrameImpl<T> overLagS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFrameLag window function get the value of the first n rows of the current row- 指定者:
overLagS在接口中JDFrame<T>- 指定者:
overLagS在接口中WindowJDFrame<T>- 覆盖:
overLagS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field valuen- first n rows
-
overLead
public <F> JDFrameImpl<FI2<T,F>> overLead(java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFramelead window function get the value of the last n rows of the current row- 指定者:
overLead在接口中JDFrame<T>- 指定者:
overLead在接口中WindowJDFrame<T>- 覆盖:
overLead在类中JDFrameImpl<T>- 参数:
field- field valuen- last n rows
-
overLeadS
public <F> WindowJDFrame<T> overLeadS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFramelead window function get the value of the last n rows of the current row- 指定者:
overLeadS在接口中JDFrame<T>- 指定者:
overLeadS在接口中WindowJDFrame<T>- 覆盖:
overLeadS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field valuen- last n rows
-
overNthValue
public <F> JDFrameImpl<FI2<T,F>> overNthValue(java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFrameNthValue window function get the Nth row within the window range- 指定者:
overNthValue在接口中JDFrame<T>- 指定者:
overNthValue在接口中WindowJDFrame<T>- 覆盖:
overNthValue在类中JDFrameImpl<T>- 参数:
field- field valuen- last n rows
-
overNthValueS
public <F> WindowJDFrameImpl<T> overNthValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field, int n)
从接口复制的说明:JDFrameNthValue window function get the Nth row within the window range- 指定者:
overNthValueS在接口中JDFrame<T>- 指定者:
overNthValueS在接口中WindowJDFrame<T>- 覆盖:
overNthValueS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field valuen- last n rows
-
overFirstValueS
public <F> WindowJDFrameImpl<T> overFirstValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameFirstValue window function get the first row within the window range- 指定者:
overFirstValueS在接口中JDFrame<T>- 指定者:
overFirstValueS在接口中WindowJDFrame<T>- 覆盖:
overFirstValueS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overFirstValue
public <F> JDFrameImpl<FI2<T,F>> overFirstValue(java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameFirstValue window function get the first row within the window range- 指定者:
overFirstValue在接口中JDFrame<T>- 指定者:
overFirstValue在接口中WindowJDFrame<T>- 覆盖:
overFirstValue在类中JDFrameImpl<T>- 参数:
field- field value
-
overLastValue
public <F> JDFrameImpl<FI2<T,F>> overLastValue(java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameLastValue window function get the last row within the window range- 指定者:
overLastValue在接口中JDFrame<T>- 指定者:
overLastValue在接口中WindowJDFrame<T>- 覆盖:
overLastValue在类中JDFrameImpl<T>- 参数:
field- field value
-
overLastValueS
public <F> WindowJDFrameImpl<T> overLastValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameLastValue window function get the last row within the window range- 指定者:
overLastValueS在接口中JDFrame<T>- 指定者:
overLastValueS在接口中WindowJDFrame<T>- 覆盖:
overLastValueS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overSum
public <F> JDFrameImpl<FI2<T,BigDecimal>> overSum(java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameSum window function calculate the sum within the window range- 指定者:
overSum在接口中JDFrame<T>- 指定者:
overSum在接口中WindowJDFrame<T>- 覆盖:
overSum在类中JDFrameImpl<T>- 参数:
field- field value
-
overSumS
public <F> WindowJDFrameImpl<T> overSumS(SetFunction<T,BigDecimal> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameSum window function calculate the sum within the window range- 指定者:
overSumS在接口中JDFrame<T>- 指定者:
overSumS在接口中WindowJDFrame<T>- 覆盖:
overSumS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overAvg
public <F> JDFrameImpl<FI2<T,BigDecimal>> overAvg(java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameavg window function calculate the avg value within the window range- 指定者:
overAvg在接口中JDFrame<T>- 指定者:
overAvg在接口中WindowJDFrame<T>- 覆盖:
overAvg在类中JDFrameImpl<T>- 参数:
field- field value
-
overAvgS
public <F> WindowJDFrameImpl<T> overAvgS(SetFunction<T,BigDecimal> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFrameavg window function calculate the avg value within the window range- 指定者:
overAvgS在接口中JDFrame<T>- 指定者:
overAvgS在接口中WindowJDFrame<T>- 覆盖:
overAvgS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overMaxValue
public <F extends Comparable<? super F>> JDFrameImpl<FI2<T,F>> overMaxValue(java.util.function.Function<T,F> field)
从接口复制的说明:JDFramemax window function calculate the max value within the window range- 指定者:
overMaxValue在接口中JDFrame<T>- 指定者:
overMaxValue在接口中WindowJDFrame<T>- 覆盖:
overMaxValue在类中JDFrameImpl<T>- 参数:
field- field value
-
overMaxValueS
public <F extends Comparable<? super F>> WindowJDFrameImpl<T> overMaxValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFramemax window function calculate the max value within the window range- 指定者:
overMaxValueS在接口中JDFrame<T>- 指定者:
overMaxValueS在接口中WindowJDFrame<T>- 覆盖:
overMaxValueS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overMinValue
public <F extends Comparable<? super F>> JDFrameImpl<FI2<T,F>> overMinValue(java.util.function.Function<T,F> field)
从接口复制的说明:JDFramemin window function calculate the min value within the window range- 指定者:
overMinValue在接口中JDFrame<T>- 指定者:
overMinValue在接口中WindowJDFrame<T>- 覆盖:
overMinValue在类中JDFrameImpl<T>- 参数:
field- field value
-
overMinValueS
public <F extends Comparable<? super F>> WindowJDFrameImpl<T> overMinValueS(SetFunction<T,F> setFunction, java.util.function.Function<T,F> field)
从接口复制的说明:JDFramemin window function calculate the min value within the window range- 指定者:
overMinValueS在接口中JDFrame<T>- 指定者:
overMinValueS在接口中WindowJDFrame<T>- 覆盖:
overMinValueS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptfield- field value
-
overCount
public JDFrameImpl<FI2<T,Integer>> overCount()
从接口复制的说明:JDFramecount window function calculate the count within the window range- 指定者:
overCount在接口中JDFrame<T>- 指定者:
overCount在接口中WindowJDFrame<T>- 覆盖:
overCount在类中JDFrameImpl<T>
-
overCountS
public WindowJDFrameImpl<T> overCountS(SetFunction<T,Integer> setFunction)
从接口复制的说明:JDFramecount window function calculate the count within the window range- 指定者:
overCountS在接口中JDFrame<T>- 指定者:
overCountS在接口中WindowJDFrame<T>- 覆盖:
overCountS在类中JDFrameImpl<T>- 参数:
setFunction- function result accept
-
overNtile
public JDFrameImpl<FI2<T,Integer>> overNtile(int n)
从接口复制的说明:JDFrameNtile window function assign bucket numbers evenly to windows, starting from 1- 指定者:
overNtile在接口中JDFrame<T>- 指定者:
overNtile在接口中WindowJDFrame<T>- 覆盖:
overNtile在类中JDFrameImpl<T>- 参数:
n- size of buckets
-
overNtileS
public WindowJDFrameImpl<T> overNtileS(SetFunction<T,Integer> setFunction, int n)
从接口复制的说明:JDFrameNtile window function assign bucket numbers evenly to windows, starting from 1- 指定者:
overNtileS在接口中JDFrame<T>- 指定者:
overNtileS在接口中WindowJDFrame<T>- 覆盖:
overNtileS在类中JDFrameImpl<T>- 参数:
setFunction- function result acceptn- size of buckets
-
-