Versions in this module Expand all Collapse all v1 v1.7.0 Nov 7, 2018 Changes in this version + type Mode bool + const Series + const Values + type Writer struct + func NewWriter(w io.Writer, mode Mode) *Writer + func (w *Writer) BeginSeries(name, field []byte, typ influxql.DataType, tags models.Tags) + func (w *Writer) Close() error + func (w *Writer) EndSeries() + func (w *Writer) Err() error + func (w *Writer) NewBucket(start, end int64) (format.BucketWriter, error) + func (w *Writer) WriteBooleanCursor(cur tsdb.BooleanArrayCursor) + func (w *Writer) WriteFloatCursor(cur tsdb.FloatArrayCursor) + func (w *Writer) WriteIntegerCursor(cur tsdb.IntegerArrayCursor) + func (w *Writer) WriteStringCursor(cur tsdb.StringArrayCursor) + func (w *Writer) WriteUnsignedCursor(cur tsdb.UnsignedArrayCursor)