mybigquery

package
v0.0.0-...-4834a14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportTableAsJSON

func ExportTableAsJSON()

テーブルを JSON にエクスポート

func GetColumn

func GetColumn()

取得

func GetDatasetList

func GetDatasetList()

データセット の確認

func InsertBatchCSV

func InsertBatchCSV()

書き込み(バッチ)

func InsertBatchJSON

func InsertBatchJSON()

書き込み(バッチ)

func InsertStreaming

func InsertStreaming()

書き込み(ストリーミング)

func ListTables

func ListTables()

テーブル の一覧

func MakeDataset

func MakeDataset()

データセット の作成

func MakeTable

func MakeTable()

テーブル の作成

func MakeTableFromJSON

func MakeTableFromJSON()

json ファイルから テーブルを作成

func TableExists

func TableExists()

テーブル の確認

Types

type BabyNamesRow

type BabyNamesRow struct {
	Name  string `bigquery:"name"`
	Count int    `bigquery:"count"`
}

取得 した レコード の構造体

type Item

type Item struct {
	Name string
	Age  int
}

ストリーミング インサートの行

func (*Item) Save

func (i *Item) Save() (map[string]bigquery.Value, string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL