Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.WindowFunction.Frame.To
Packages that use WindowFunction.Frame.To
Package
Description
The Query API, the unified Groovy API for reading data from Pricefx.
-
Uses of WindowFunction.Frame.To in net.pricefx.formulaengine.scripting.queryapi
Methods in net.pricefx.formulaengine.scripting.queryapi that return WindowFunction.Frame.ToModifier and TypeMethodDescriptionWindowFunction.Frame.From.fromCurrent()Starts the frame at the current row.WindowFunction.Frame.From.fromFollowing(int offset) Starts the frame at the given offset following the current row, range, or peer group.WindowFunction.Frame.From.fromPreceding(int offset) Starts the frame at the given offset preceding the current row, range, or peer group.WindowFunction.Frame.From.fromStart()Starts the frame at the beginning of the window.