Skip to main content

Module window

Module window 

Source
Expand description

Cypher window-function plugins.

Window functions evaluate over partitions of rows defined by PARTITION BY / ORDER BY clauses, producing one output per input row. Unlike aggregates they preserve the input cardinality.

Structs§

WindowFrame
Descriptor for the active window over a partition row.
WindowSignature
Static signature of a window-function plugin.

Traits§

WindowPluginFn
A Cypher window-function plugin.