mingo
Version:
MongoDB query language for in-memory objects
7 lines (6 loc) • 311 B
TypeScript
import { Options } from "../../core";
import { AnyVal, RawObject, WindowOperatorInput } from "../../types";
/**
* Returns the average rate of change within the specified window
*/
export declare function $derivative(_: RawObject, collection: RawObject[], expr: WindowOperatorInput, options: Options): AnyVal;