All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.lib.aggregationFns.d.ts Maven / Gradle / Ivy

The newest version!
import { AggregationFn } from './features/Grouping';
export declare const aggregationFns: {
    sum: AggregationFn;
    min: AggregationFn;
    max: AggregationFn;
    extent: AggregationFn;
    mean: AggregationFn;
    median: AggregationFn;
    unique: AggregationFn;
    uniqueCount: AggregationFn;
    count: AggregationFn;
};
export type BuiltInAggregationFn = keyof typeof aggregationFns;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy