client

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2016 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient() (*Client, error)

Creates a new client instance with an authenticated connection to bigquery.

func (*Client) Close

func (c *Client) Close() error

func (*Client) CreateDataset

func (c *Client) CreateDataset(datasetId string) error

func (*Client) CreateTable

func (c *Client) CreateTable(tableId string, schema *bigquery.TableSchema) error

Create a table with provided table ID and schema. Schema is currently not updated if the table already exists.

func (*Client) InsertRow

func (c *Client) InsertRow(rowData map[string]interface{}) error

Add a row to the connected table.

func (*Client) PrintDatasets

func (c *Client) PrintDatasets() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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