@slickteam/nestjs-warp10
Version:
Module for Warp10 with Nestjs
25 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReducerWarp10Type = void 0;
var ReducerWarp10Type;
(function (ReducerWarp10Type) {
ReducerWarp10Type["AND"] = "and";
ReducerWarp10Type["COUNT"] = "count";
ReducerWarp10Type["JOIN"] = "join";
ReducerWarp10Type["MAD"] = "mad";
ReducerWarp10Type["MAX"] = "max";
ReducerWarp10Type["MEAN"] = "mean";
ReducerWarp10Type["MEAN_CIRCULAR"] = "mean.circular";
ReducerWarp10Type["MEDIAN"] = "median";
ReducerWarp10Type["MIN"] = "min";
ReducerWarp10Type["OR"] = "or";
ReducerWarp10Type["PERCENTILE"] = "percentile";
ReducerWarp10Type["PRODUCT"] = "product";
ReducerWarp10Type["RMS"] = "rms";
ReducerWarp10Type["SD"] = "sd";
ReducerWarp10Type["SD_WELFORD"] = "sd.welford";
ReducerWarp10Type["SUM"] = "sum";
ReducerWarp10Type["VAR"] = "var";
ReducerWarp10Type["VAR_WELFORD"] = "var.welford";
})(ReducerWarp10Type || (exports.ReducerWarp10Type = ReducerWarp10Type = {}));
//# sourceMappingURL=ReducerWarp10Type.js.map