influxql

package
v0.13.0-rc2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package influxql is a generated protocol buffer package.

It is generated from these files:

internal/internal.proto

It has these top-level messages:

Point
Aux
IteratorOptions
Measurements
Measurement
Interval
IteratorStats
Series
SeriesList

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aux

type Aux struct {
	DataType         *int32   `protobuf:"varint,1,req,name=DataType" json:"DataType,omitempty"`
	FloatValue       *float64 `protobuf:"fixed64,2,opt,name=FloatValue" json:"FloatValue,omitempty"`
	IntegerValue     *int64   `protobuf:"varint,3,opt,name=IntegerValue" json:"IntegerValue,omitempty"`
	StringValue      *string  `protobuf:"bytes,4,opt,name=StringValue" json:"StringValue,omitempty"`
	BooleanValue     *bool    `protobuf:"varint,5,opt,name=BooleanValue" json:"BooleanValue,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*Aux) Descriptor added in v0.13.0

func (*Aux) Descriptor() ([]byte, []int)

func (*Aux) GetBooleanValue

func (m *Aux) GetBooleanValue() bool

func (*Aux) GetDataType

func (m *Aux) GetDataType() int32

func (*Aux) GetFloatValue

func (m *Aux) GetFloatValue() float64

func (*Aux) GetIntegerValue

func (m *Aux) GetIntegerValue() int64

func (*Aux) GetStringValue

func (m *Aux) GetStringValue() string

func (*Aux) ProtoMessage

func (*Aux) ProtoMessage()

func (*Aux) Reset

func (m *Aux) Reset()

func (*Aux) String

func (m *Aux) String() string

type Interval

type Interval struct {
	Duration         *int64 `protobuf:"varint,1,opt,name=Duration" json:"Duration,omitempty"`
	Offset           *int64 `protobuf:"varint,2,opt,name=Offset" json:"Offset,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Interval) Descriptor added in v0.13.0

func (*Interval) Descriptor() ([]byte, []int)

func (*Interval) GetDuration

func (m *Interval) GetDuration() int64

func (*Interval) GetOffset

func (m *Interval) GetOffset() int64

func (*Interval) ProtoMessage

func (*Interval) ProtoMessage()

func (*Interval) Reset

func (m *Interval) Reset()

func (*Interval) String

func (m *Interval) String() string

type IteratorOptions

type IteratorOptions struct {
	Expr             *string        `protobuf:"bytes,1,opt,name=Expr" json:"Expr,omitempty"`
	Aux              []string       `protobuf:"bytes,2,rep,name=Aux" json:"Aux,omitempty"`
	Sources          []*Measurement `protobuf:"bytes,3,rep,name=Sources" json:"Sources,omitempty"`
	Interval         *Interval      `protobuf:"bytes,4,opt,name=Interval" json:"Interval,omitempty"`
	Dimensions       []string       `protobuf:"bytes,5,rep,name=Dimensions" json:"Dimensions,omitempty"`
	Fill             *int32         `protobuf:"varint,6,opt,name=Fill" json:"Fill,omitempty"`
	FillValue        *float64       `protobuf:"fixed64,7,opt,name=FillValue" json:"FillValue,omitempty"`
	Condition        *string        `protobuf:"bytes,8,opt,name=Condition" json:"Condition,omitempty"`
	StartTime        *int64         `protobuf:"varint,9,opt,name=StartTime" json:"StartTime,omitempty"`
	EndTime          *int64         `protobuf:"varint,10,opt,name=EndTime" json:"EndTime,omitempty"`
	Ascending        *bool          `protobuf:"varint,11,opt,name=Ascending" json:"Ascending,omitempty"`
	Limit            *int64         `protobuf:"varint,12,opt,name=Limit" json:"Limit,omitempty"`
	Offset           *int64         `protobuf:"varint,13,opt,name=Offset" json:"Offset,omitempty"`
	SLimit           *int64         `protobuf:"varint,14,opt,name=SLimit" json:"SLimit,omitempty"`
	SOffset          *int64         `protobuf:"varint,15,opt,name=SOffset" json:"SOffset,omitempty"`
	Dedupe           *bool          `protobuf:"varint,16,opt,name=Dedupe" json:"Dedupe,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*IteratorOptions) Descriptor added in v0.13.0

func (*IteratorOptions) Descriptor() ([]byte, []int)

func (*IteratorOptions) GetAscending

func (m *IteratorOptions) GetAscending() bool

func (*IteratorOptions) GetAux

func (m *IteratorOptions) GetAux() []string

func (*IteratorOptions) GetCondition

func (m *IteratorOptions) GetCondition() string

func (*IteratorOptions) GetDedupe

func (m *IteratorOptions) GetDedupe() bool

func (*IteratorOptions) GetDimensions

func (m *IteratorOptions) GetDimensions() []string

func (*IteratorOptions) GetEndTime

func (m *IteratorOptions) GetEndTime() int64

func (*IteratorOptions) GetExpr

func (m *IteratorOptions) GetExpr() string

func (*IteratorOptions) GetFill

func (m *IteratorOptions) GetFill() int32

func (*IteratorOptions) GetFillValue

func (m *IteratorOptions) GetFillValue() float64

func (*IteratorOptions) GetInterval

func (m *IteratorOptions) GetInterval() *Interval

func (*IteratorOptions) GetLimit

func (m *IteratorOptions) GetLimit() int64

func (*IteratorOptions) GetOffset

func (m *IteratorOptions) GetOffset() int64

func (*IteratorOptions) GetSLimit

func (m *IteratorOptions) GetSLimit() int64

func (*IteratorOptions) GetSOffset

func (m *IteratorOptions) GetSOffset() int64

func (*IteratorOptions) GetSources

func (m *IteratorOptions) GetSources() []*Measurement

func (*IteratorOptions) GetStartTime

func (m *IteratorOptions) GetStartTime() int64

func (*IteratorOptions) ProtoMessage

func (*IteratorOptions) ProtoMessage()

func (*IteratorOptions) Reset

func (m *IteratorOptions) Reset()

func (*IteratorOptions) String

func (m *IteratorOptions) String() string

type IteratorStats added in v0.12.0

type IteratorStats struct {
	SeriesN          *int64 `protobuf:"varint,1,opt,name=SeriesN" json:"SeriesN,omitempty"`
	PointN           *int64 `protobuf:"varint,2,opt,name=PointN" json:"PointN,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*IteratorStats) Descriptor added in v0.13.0

func (*IteratorStats) Descriptor() ([]byte, []int)

func (*IteratorStats) GetPointN added in v0.12.0

func (m *IteratorStats) GetPointN() int64

func (*IteratorStats) GetSeriesN added in v0.12.0

func (m *IteratorStats) GetSeriesN() int64

func (*IteratorStats) ProtoMessage added in v0.12.0

func (*IteratorStats) ProtoMessage()

func (*IteratorStats) Reset added in v0.12.0

func (m *IteratorStats) Reset()

func (*IteratorStats) String added in v0.12.0

func (m *IteratorStats) String() string

type Measurement

type Measurement struct {
	Database         *string `protobuf:"bytes,1,opt,name=Database" json:"Database,omitempty"`
	RetentionPolicy  *string `protobuf:"bytes,2,opt,name=RetentionPolicy" json:"RetentionPolicy,omitempty"`
	Name             *string `protobuf:"bytes,3,opt,name=Name" json:"Name,omitempty"`
	Regex            *string `protobuf:"bytes,4,opt,name=Regex" json:"Regex,omitempty"`
	IsTarget         *bool   `protobuf:"varint,5,opt,name=IsTarget" json:"IsTarget,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Measurement) Descriptor added in v0.13.0

func (*Measurement) Descriptor() ([]byte, []int)

func (*Measurement) GetDatabase

func (m *Measurement) GetDatabase() string

func (*Measurement) GetIsTarget

func (m *Measurement) GetIsTarget() bool

func (*Measurement) GetName

func (m *Measurement) GetName() string

func (*Measurement) GetRegex

func (m *Measurement) GetRegex() string

func (*Measurement) GetRetentionPolicy

func (m *Measurement) GetRetentionPolicy() string

func (*Measurement) ProtoMessage

func (*Measurement) ProtoMessage()

func (*Measurement) Reset

func (m *Measurement) Reset()

func (*Measurement) String

func (m *Measurement) String() string

type Measurements

type Measurements struct {
	Items            []*Measurement `protobuf:"bytes,1,rep,name=Items" json:"Items,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*Measurements) Descriptor added in v0.13.0

func (*Measurements) Descriptor() ([]byte, []int)

func (*Measurements) GetItems

func (m *Measurements) GetItems() []*Measurement

func (*Measurements) ProtoMessage

func (*Measurements) ProtoMessage()

func (*Measurements) Reset

func (m *Measurements) Reset()

func (*Measurements) String

func (m *Measurements) String() string

type Point

type Point struct {
	Name             *string        `protobuf:"bytes,1,req,name=Name" json:"Name,omitempty"`
	Tags             *string        `protobuf:"bytes,2,req,name=Tags" json:"Tags,omitempty"`
	Time             *int64         `protobuf:"varint,3,req,name=Time" json:"Time,omitempty"`
	Nil              *bool          `protobuf:"varint,4,req,name=Nil" json:"Nil,omitempty"`
	Aux              []*Aux         `protobuf:"bytes,5,rep,name=Aux" json:"Aux,omitempty"`
	Aggregated       *uint32        `protobuf:"varint,6,opt,name=Aggregated" json:"Aggregated,omitempty"`
	FloatValue       *float64       `protobuf:"fixed64,7,opt,name=FloatValue" json:"FloatValue,omitempty"`
	IntegerValue     *int64         `protobuf:"varint,8,opt,name=IntegerValue" json:"IntegerValue,omitempty"`
	StringValue      *string        `protobuf:"bytes,9,opt,name=StringValue" json:"StringValue,omitempty"`
	BooleanValue     *bool          `protobuf:"varint,10,opt,name=BooleanValue" json:"BooleanValue,omitempty"`
	Stats            *IteratorStats `protobuf:"bytes,11,opt,name=Stats" json:"Stats,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*Point) Descriptor added in v0.13.0

func (*Point) Descriptor() ([]byte, []int)

func (*Point) GetAggregated

func (m *Point) GetAggregated() uint32

func (*Point) GetAux

func (m *Point) GetAux() []*Aux

func (*Point) GetBooleanValue

func (m *Point) GetBooleanValue() bool

func (*Point) GetFloatValue

func (m *Point) GetFloatValue() float64

func (*Point) GetIntegerValue

func (m *Point) GetIntegerValue() int64

func (*Point) GetName

func (m *Point) GetName() string

func (*Point) GetNil

func (m *Point) GetNil() bool

func (*Point) GetStats added in v0.12.0

func (m *Point) GetStats() *IteratorStats

func (*Point) GetStringValue

func (m *Point) GetStringValue() string

func (*Point) GetTags

func (m *Point) GetTags() string

func (*Point) GetTime

func (m *Point) GetTime() int64

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) Reset

func (m *Point) Reset()

func (*Point) String

func (m *Point) String() string

type Series

type Series struct {
	Name             *string  `protobuf:"bytes,1,opt,name=Name" json:"Name,omitempty"`
	Tags             []byte   `protobuf:"bytes,2,opt,name=Tags" json:"Tags,omitempty"`
	Aux              []uint32 `protobuf:"varint,3,rep,name=Aux" json:"Aux,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*Series) Descriptor added in v0.13.0

func (*Series) Descriptor() ([]byte, []int)

func (*Series) GetAux

func (m *Series) GetAux() []uint32

func (*Series) GetName

func (m *Series) GetName() string

func (*Series) GetTags

func (m *Series) GetTags() []byte

func (*Series) ProtoMessage

func (*Series) ProtoMessage()

func (*Series) Reset

func (m *Series) Reset()

func (*Series) String

func (m *Series) String() string

type SeriesList

type SeriesList struct {
	Items            []*Series `protobuf:"bytes,1,rep,name=Items" json:"Items,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*SeriesList) Descriptor added in v0.13.0

func (*SeriesList) Descriptor() ([]byte, []int)

func (*SeriesList) GetItems

func (m *SeriesList) GetItems() []*Series

func (*SeriesList) ProtoMessage

func (*SeriesList) ProtoMessage()

func (*SeriesList) Reset

func (m *SeriesList) Reset()

func (*SeriesList) String

func (m *SeriesList) String() string

Jump to

Keyboard shortcuts

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