Uses of Interface
net.pricefx.formulaengine.scripting.queryapi.WindowFunction.Frame.Exclusion
Packages that use WindowFunction.Frame.Exclusion
-
Uses of WindowFunction.Frame.Exclusion in net.pricefx.formulaengine.scripting.queryapi
Methods in net.pricefx.formulaengine.scripting.queryapi that return WindowFunction.Frame.ExclusionModifier and TypeMethodDescriptionWindowFunction.Frame.To.toCurrent()
Ends the frame at the current row.WindowFunction.Frame.To.toEnd()
Ends the frame at the end of the window.WindowFunction.Frame.To.toFollowing
(int offset) Ends the frame at the given offset following the current row, range, or peer group.WindowFunction.Frame.To.toPreceding
(int offset) Ends the frame at the given offset preceding the current row, range, or peer group.