Uses of Class
org.apache.druid.query.operator.window.WindowFrame
-
Packages that use WindowFrame Package Description org.apache.druid.query.operator.window org.apache.druid.query.rowsandcols.semantic -
-
Uses of WindowFrame in org.apache.druid.query.operator.window
Methods in org.apache.druid.query.operator.window that return WindowFrame Modifier and Type Method Description static WindowFrameWindowFrame. forOrderBy(ColumnWithDirection... orderBy)WindowFrameWindowFramedAggregateProcessor. getFrame()static WindowFrameWindowFrame. unbounded()Constructors in org.apache.druid.query.operator.window with parameters of type WindowFrame Constructor Description WindowFramedAggregateProcessor(WindowFrame frame, AggregatorFactory[] aggregations) -
Uses of WindowFrame in org.apache.druid.query.rowsandcols.semantic
Methods in org.apache.druid.query.rowsandcols.semantic with parameters of type WindowFrame Modifier and Type Method Description RowsAndColumnsDefaultFramedOnHeapAggregatable. aggregateAll(WindowFrame frame, AggregatorFactory[] aggFactories)RowsAndColumnsFramedOnHeapAggregatable. aggregateAll(WindowFrame frame, AggregatorFactory[] aggFactories)Aggregates the data according to theWindowFrameusing theAggregatorFactoryobjects provided.static Iterable<org.apache.druid.query.rowsandcols.semantic.DefaultFramedOnHeapAggregatable.AggInterval>DefaultFramedOnHeapAggregatable. buildGroupIteratorFor(AppendableRowsAndColumns rac, WindowFrame frame)
-