UNPKG

mingo

Version:

MongoDB query language for in-memory objects

5 lines (4 loc) 334 B
import { Any, AnyObject, Options } from "../../types"; import { WindowOperatorInput } from "./_internal"; /** Returns the document position relative to other documents in the $setWindowFields stage partition. */ export declare const $denseRank: (obj: AnyObject, coll: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;