Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferedWrite ¶
func NewBufferedWrite ¶
func NewBufferedWrite(c int) *BufferedWrite
func (*BufferedWrite) Append ¶
func (b *BufferedWrite) Append(r Row) error
func (*BufferedWrite) Capacity ¶
func (b *BufferedWrite) Capacity() int
func (*BufferedWrite) Flush ¶
func (b *BufferedWrite) Flush() []Row
func (*BufferedWrite) IsFull ¶
func (b *BufferedWrite) IsFull() bool
func (*BufferedWrite) Length ¶
func (b *BufferedWrite) Length() int
func (*BufferedWrite) Reset ¶
func (b *BufferedWrite) Reset()
type Client ¶
func (*Client) InsertNewTable ¶
InsertNewTable creates a new empty table for the given project and dataset with the field name/types defined in the fields map
Click to show internal directories.
Click to hide internal directories.