UNPKG

@qrvey/formula-lang

Version:

QFormula support for qrvey projects

4 lines (3 loc) 247 B
import { ENGINES } from '../constants'; import { AggregateMap, FunctionCallAST } from '../constants/interfaces'; export declare function aggregateFunction(engine: ENGINES, aggregatedMap: AggregateMap, node: FunctionCallAST): AggregateMap | false;