UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 229 B
import { WindowOperator } from "../../types"; /** * Last observation carried forward. Sets values for null and missing fields in a window to the last non-null value for the field. */ export declare const $locf: WindowOperator;