Uses of Interface
org.apache.druid.query.operator.window.WindowFrame
Packages that use WindowFrame
Package
Description
-
Uses of WindowFrame in org.apache.druid.query.operator.window
Classes in org.apache.druid.query.operator.window that implement WindowFrameModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.apache.druid.query.operator.window with type parameters of type WindowFrameMethods in org.apache.druid.query.operator.window that return WindowFrameModifier and TypeMethodDescriptionstatic WindowFrameWindowFrame.forOrderBy(String... orderByColumns) WindowFramedAggregateProcessor.getFrame()static WindowFrameWindowFrame.unbounded()Constructors in org.apache.druid.query.operator.window with parameters of type WindowFrameModifierConstructorDescriptionWindowFramedAggregateProcessor(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 WindowFrameModifier and TypeMethodDescriptionDefaultFramedOnHeapAggregatable.aggregateAll(WindowFrame frame, AggregatorFactory[] aggFactories) FramedOnHeapAggregatable.aggregateAll(WindowFrame frame, AggregatorFactory[] aggFactories) Aggregates the data according to theWindowFrameusing theAggregatorFactoryobjects provided.static Iterable<org.apache.druid.query.rowsandcols.semantic.DefaultFramedOnHeapAggregatable.AggInterval> DefaultFramedOnHeapAggregatable.buildIteratorFor(AppendableRowsAndColumns rac, WindowFrame frame)