UNPKG

3.24 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.common = 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, "common", { enumerable: true, get: function () { return bigquery_1.common; } });
27Object.defineProperty(exports, "Geography", { enumerable: true, get: function () { return bigquery_1.Geography; } });
28Object.defineProperty(exports, "PROTOCOL_REGEX", { enumerable: true, get: function () { return bigquery_1.PROTOCOL_REGEX; } });
29var dataset_1 = require("./dataset");
30Object.defineProperty(exports, "Dataset", { enumerable: true, get: function () { return dataset_1.Dataset; } });
31var job_1 = require("./job");
32Object.defineProperty(exports, "Job", { enumerable: true, get: function () { return job_1.Job; } });
33var model_1 = require("./model");
34Object.defineProperty(exports, "Model", { enumerable: true, get: function () { return model_1.Model; } });
35var routine_1 = require("./routine");
36Object.defineProperty(exports, "Routine", { enumerable: true, get: function () { return routine_1.Routine; } });
37var rowBatch_1 = require("./rowBatch");
38Object.defineProperty(exports, "RowBatch", { enumerable: true, get: function () { return rowBatch_1.RowBatch; } });
39var rowQueue_1 = require("./rowQueue");
40Object.defineProperty(exports, "RowQueue", { enumerable: true, get: function () { return rowQueue_1.RowQueue; } });
41var table_1 = require("./table");
42Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return table_1.Table; } });
43//# sourceMappingURL=index.js.map
\No newline at end of file