UNPKG

551 BJavaScriptView Raw
1"use strict";
2/**
3 * data transforms
4 *
5 * @packageDocumentation
6 */
7Object.defineProperty(exports, "__esModule", { value: true });
8var tslib_1 = require("tslib");
9tslib_1.__exportStar(require("./aggregate"), exports);
10var parse_1 = require("./parse");
11exports.parse = parse_1.parse;
12exports.AGGREGATION = parse_1.AGGREGATION;
13exports.CONVERSION = parse_1.CONVERSION;
14exports.FILL = parse_1.FILL;
15var autoTransform_1 = require("./autoTransform");
16exports.autoTransform = autoTransform_1.autoTransform;
17exports.autoSchema = autoTransform_1.autoSchema;