UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

7 lines (6 loc) 384 B
export function aggregateGet(table: any, ops: any, get: any): any; export function aggregate(table: any, ops: any, result: any): any; export function reducers(ops: any, stream: any): any[]; export function reduceFlat(table: any, reducer: any): any; export function reduceGroups(table: any, reducer: any, groups: any): any[]; export function groupOutput(cols: any, groups: any): void;