テンプレートを使用してテーブルを作成する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
1 つのテーブルのプロパティ(スキーマ、パーティショニング、クラスタリング)を使用してテーブルを作成し、同じ構成で新しい空のテーブルを作成します。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["This Go code demonstrates how to create a new empty table in BigQuery that mirrors the schema, partitioning, and clustering configuration of an existing source table."],["The code utilizes the `bigquery` package in Go to fetch metadata from a source table, including its schema, clustering, and partitioning properties."],["The code constructs new table metadata for the destination table, incorporating the relevant properties copied from the source table's metadata."],["The example then creates a new table using the properties that were defined, including the description, schema, clustering, and partitioning."]]],[]]