package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
WindowModeName returns the name of the window frame mode.
# Constants
CurrentRow represents CURRENT ROW type of boundary.
ExcludeCurrentRow represents EXCLUDE CURRENT ROW mode of frame exclusion.
ExcludeGroup represents EXCLUDE GROUP mode of frame exclusion.
ExcludeTies represents EXCLUDE TIES mode of frame exclusion.
GROUPS is the mode of specifying frame in terms of peer groups.
NoExclusion represents an omitted frame exclusion clause.
OffsetFollowing represents 'value' FOLLOWING type of boundary.
OffsetPreceding represents 'value' PRECEDING type of boundary.
RANGE is the mode of specifying frame in terms of logical range (e.g.
ROWS is the mode of specifying frame in terms of physical offsets (e.g.
UnboundedFollowing represents UNBOUNDED FOLLOWING type of boundary.
UnboundedPreceding represents UNBOUNDED PRECEDING type of boundary.
# Type aliases
WindowFrameBoundType indicates which type of boundary is used.
WindowFrameExclusion indicates which mode of exclusion is used.
WindowFrameMode indicates which mode of framing is used.