@slickteam/nestjs-warp10
Version:
Module for Warp10 with Nestjs
49 lines • 1.95 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MapperWarp10Type = void 0;
var MapperWarp10Type;
(function (MapperWarp10Type) {
MapperWarp10Type["ABS"] = "abs";
MapperWarp10Type["ADD"] = "add";
MapperWarp10Type["AND"] = "add";
MapperWarp10Type["CEIL"] = "ceil";
MapperWarp10Type["COUNT"] = "count";
MapperWarp10Type["DELTA"] = "delta";
MapperWarp10Type["ELEV"] = "elev";
MapperWarp10Type["EQUAL"] = "eq";
MapperWarp10Type["EXP"] = "exp";
MapperWarp10Type["FIRST"] = "first";
MapperWarp10Type["FLOOR"] = "floor";
MapperWarp10Type["GE"] = "ge";
MapperWarp10Type["GT"] = "gt";
MapperWarp10Type["JOIN"] = "join";
MapperWarp10Type["LAST"] = "last";
MapperWarp10Type["LE"] = "le";
MapperWarp10Type["LT"] = "lt";
MapperWarp10Type["MAD"] = "mad";
MapperWarp10Type["MAX"] = "max";
MapperWarp10Type["MEAN"] = "mean";
MapperWarp10Type["MEAN_CIRCULAR"] = "mean.circular";
MapperWarp10Type["MEDIAN"] = "median";
MapperWarp10Type["MIN"] = "min";
MapperWarp10Type["MOD"] = "mod";
MapperWarp10Type["MUL"] = "mul";
MapperWarp10Type["NE"] = "ne";
MapperWarp10Type["OR"] = "or";
MapperWarp10Type["PERCENTILE"] = "percentile";
MapperWarp10Type["POW"] = "pow";
MapperWarp10Type["PRODUCT"] = "product";
MapperWarp10Type["RATE"] = "rate";
MapperWarp10Type["RMS"] = "rms";
MapperWarp10Type["ROUND"] = "round";
MapperWarp10Type["SD"] = "sd";
MapperWarp10Type["SD_WELFORD"] = "sd.welford";
MapperWarp10Type["SIGMOID"] = "sigmoid";
MapperWarp10Type["SQRT"] = "sqrt";
MapperWarp10Type["SUM"] = "sum";
MapperWarp10Type["TANH"] = "tanh";
MapperWarp10Type["TICK"] = "tick";
MapperWarp10Type["VAR"] = "var";
MapperWarp10Type["VAR_WELFORD"] = "var.welford";
})(MapperWarp10Type || (exports.MapperWarp10Type = MapperWarp10Type = {}));
//# sourceMappingURL=MapperWarp10Type.js.map