Uses of Interface
com.blazebit.persistence.WindowBuilder
Packages that use WindowBuilder
-
Uses of WindowBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence with type parameters of type WindowBuilderModifier and TypeMethodDescription<X extends WhereBuilder<X> & WindowBuilder<X>>
XWindowBuilder.filter()Starts a filter builder.Methods in com.blazebit.persistence that return WindowBuilderModifier and TypeMethodDescriptionWindowBuilder.partitionBy(String partitionExpression) Adds a partition by clause with the given expression to the window.WindowBuilder.partitionBy(String... partitionExpressions) Adds a partition by clause with the given expressions to the window.Starts aWindowBuilderthat can be referenced by name in analytics functions.