Interface WindowableFunction<T>
-
- All Known Implementing Classes:
AnalyticFunction,Avg,BooleanAggregationFunction,BooleanMax,BooleanMin,ByteArrayAggregationFunction,ByteArrayMax,ByteArrayMin,DateTimeAggregationFunction,DateTimeMax,DateTimeMin,DenseRank,GroupConcat,Lag,Lead,Min,NTile,NumberMax,NumberMin,NumericAggregationFunction,ObjectAggregationFunction,ObjectMax,ObjectMin,PositionalAnalyticFunction,Rank,RowNumber,StringAggregationFunction,StringMax,StringMin,Sum,WindowableAggregationFunction
public interface WindowableFunction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowFunctionOverStage<T>over()voidrenderBaseTo(QueryWriter w)
-
-
-
Method Detail
-
over
WindowFunctionOverStage<T> over()
-
renderBaseTo
void renderBaseTo(QueryWriter w)
-
-