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§
- Window
Frame - Descriptor for the active window over a partition row.
- Window
Signature - Static signature of a window-function plugin.
Traits§
- Window
Plugin Fn - A Cypher window-function plugin.