prorm API Reference
    Preparing search index...

    Interface WindowFrame

    A ROWS/RANGE frame clause: BETWEEN start AND end.

    interface WindowFrame {
        start: WindowFrameBoundary;
        end?: WindowFrameBoundary;
    }
    Index