UNPKG

3.11 kBJavaScriptView Raw
1"use strict";
2/*!
3 * Copyright 2019 Google Inc. All Rights Reserved.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17Object.defineProperty(exports, "__esModule", { value: true });
18exports.Table = exports.RowQueue = exports.RowBatch = exports.Routine = exports.Model = exports.Job = exports.Dataset = exports.PROTOCOL_REGEX = exports.Geography = exports.BigQueryTimestamp = exports.BigQueryTime = exports.BigQueryInt = exports.BigQueryDatetime = exports.BigQueryDate = exports.BigQuery = void 0;
19var bigquery_1 = require("./bigquery");
20Object.defineProperty(exports, "BigQuery", { enumerable: true, get: function () { return bigquery_1.BigQuery; } });
21Object.defineProperty(exports, "BigQueryDate", { enumerable: true, get: function () { return bigquery_1.BigQueryDate; } });
22Object.defineProperty(exports, "BigQueryDatetime", { enumerable: true, get: function () { return bigquery_1.BigQueryDatetime; } });
23Object.defineProperty(exports, "BigQueryInt", { enumerable: true, get: function () { return bigquery_1.BigQueryInt; } });
24Object.defineProperty(exports, "BigQueryTime", { enumerable: true, get: function () { return bigquery_1.BigQueryTime; } });
25Object.defineProperty(exports, "BigQueryTimestamp", { enumerable: true, get: function () { return bigquery_1.BigQueryTimestamp; } });
26Object.defineProperty(exports, "Geography", { enumerable: true, get: function () { return bigquery_1.Geography; } });
27Object.defineProperty(exports, "PROTOCOL_REGEX", { enumerable: true, get: function () { return bigquery_1.PROTOCOL_REGEX; } });
28var dataset_1 = require("./dataset");
29Object.defineProperty(exports, "Dataset", { enumerable: true, get: function () { return dataset_1.Dataset; } });
30var job_1 = require("./job");
31Object.defineProperty(exports, "Job", { enumerable: true, get: function () { return job_1.Job; } });
32var model_1 = require("./model");
33Object.defineProperty(exports, "Model", { enumerable: true, get: function () { return model_1.Model; } });
34var routine_1 = require("./routine");
35Object.defineProperty(exports, "Routine", { enumerable: true, get: function () { return routine_1.Routine; } });
36var rowBatch_1 = require("./rowBatch");
37Object.defineProperty(exports, "RowBatch", { enumerable: true, get: function () { return rowBatch_1.RowBatch; } });
38var rowQueue_1 = require("./rowQueue");
39Object.defineProperty(exports, "RowQueue", { enumerable: true, get: function () { return rowQueue_1.RowQueue; } });
40var table_1 = require("./table");
41Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return table_1.Table; } });
42//# sourceMappingURL=index.js.map
\No newline at end of file