out

package
v0.0.0-...-ef0162a Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SampleTable01Columns = struct {
	Id   string
	Name string
}{
	Id:   "id",
	Name: "name",
}
View Source
var SampleTable01Schema = &model.Table{
	ID:        "sample_table_01",
	DatasetID: "test_dataset",
	Schema: bigquery.Schema{
		{Name: "id", Type: bigquery.StringFieldType, Required: true},
		{Name: "name", Type: bigquery.StringFieldType, Description: "this is name", Scale: 4},
	},
	TypeByFieldName: map[string]bigquery.FieldType{
		"id":   bigquery.StringFieldType,
		"name": bigquery.StringFieldType,
	},
}

Functions

This section is empty.

Types

type SampleTable01

type SampleTable01 struct {
	Id   string `json:"id" toml:"id" yaml:"id" bigquery:"id"`
	Name string `json:"name" toml:"name" yaml:"name" bigquery:"name"`
}

Jump to

Keyboard shortcuts

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