Module bound

Source
Expand description

Nested message and enum types in Bound.

Structs§

CurrentRow
Defines that the bound extends to or from the current record.
Following
Defines that the bound extends this far ahead of the current record.
Preceding
Defines that the bound extends this far back from the current record.
Unbounded
Defines an “unbounded bound”: for lower bounds this means the start of the partition, and for upper bounds this means the end of the partition.

Enums§

Kind