Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + func WindowModeName(mode WindowFrameMode) string + type WindowFrameBoundType int + const CurrentRow + const OffsetFollowing + const OffsetPreceding + const UnboundedFollowing + const UnboundedPreceding + func (ft WindowFrameBoundType) IsOffset() bool + func (ft WindowFrameBoundType) Name() string + func (ft WindowFrameBoundType) String() string + type WindowFrameExclusion int + const ExcludeCurrentRow + const ExcludeGroup + const ExcludeTies + const NoExclusion + func (node WindowFrameExclusion) Name() string + func (node WindowFrameExclusion) String() string + type WindowFrameMode int + const GROUPS + const RANGE + const ROWS + func (m WindowFrameMode) Name() string + func (m WindowFrameMode) String() string