client

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2015 License: 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) GetTableName

func (c *Client) GetTableName() (string, error)

Returns a bigtable table name (format: datasetID.tableID)

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

func (*Client) Query

func (c *Client) Query(query string) ([]string, [][]interface{}, error)

Do a synchronous query on bigtable and return a header and data rows. Number of rows are capped to queryLimit.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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