Documentation ¶
Index ¶
Constants ¶
View Source
const (
EnvKeyBQToken = "BIGQUERY_KEY"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
QueryIterator(q string, params []bigquery.QueryParameter) (Iterator, error)
}
type ClientImpl ¶
type ClientImpl struct {
// contains filtered or unexported fields
}
func (*ClientImpl) GetQueryStats ¶
func (client *ClientImpl) GetQueryStats(q string, params []bigquery.QueryParameter) (*bigquery.JobStatistics, error)
func (*ClientImpl) Query ¶
func (client *ClientImpl) Query(q string) error
func (*ClientImpl) QueryIterator ¶
func (client *ClientImpl) QueryIterator(q string, params []bigquery.QueryParameter) (Iterator, error)
type IteratorWrapper ¶
type IteratorWrapper struct {
// contains filtered or unexported fields
}
func (*IteratorWrapper) Next ¶
func (i *IteratorWrapper) Next(dst interface{}) error
Click to show internal directories.
Click to hide internal directories.