ExcludeMode enum

Defines if rows are omitted inside a FrameBoundary.

Inheritance

Constructors

ExcludeMode()
const

Values

noOthers → const ExcludeMode

default, no rows are excluded from the window frame

currentRow → const ExcludeMode

the current row is excluded from the window frame

group → const ExcludeMode

The row and and its peers (rows considered to be equal to the ORDER BY clause) are excluded

ties → const ExcludeMode

Peers of the row are excluded (see group), but not the row itself.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ExcludeMode>
A constant List of the values in this enum, in order of their declaration.