Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// TagName is used for struct tag which defining table column name
TagName = "bigquery"
)
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
type Dataset struct {
// contains filtered or unexported fields
}
Dataset repesents bigquery dataset.
func NewDataset ¶
NewDataset returns initialized Dataset
func (*Dataset) CreateTable ¶
CreateTable creates the table with schema defined from given struct
Click to show internal directories.
Click to hide internal directories.