query

package
v1.9.7 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_internal_proto protoreflect.FileDescriptor

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"`
	UnsignedValue *uint64  `protobuf:"varint,6,opt,name=UnsignedValue" json:"UnsignedValue,omitempty"`
	// contains filtered or unexported fields
}

func (*Aux) Descriptor deprecated

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

Deprecated: Use Aux.ProtoReflect.Descriptor instead.

func (*Aux) GetBooleanValue

func (x *Aux) GetBooleanValue() bool

func (*Aux) GetDataType

func (x *Aux) GetDataType() int32

func (*Aux) GetFloatValue

func (x *Aux) GetFloatValue() float64

func (*Aux) GetIntegerValue

func (x *Aux) GetIntegerValue() int64

func (*Aux) GetStringValue

func (x *Aux) GetStringValue() string

func (*Aux) GetUnsignedValue

func (x *Aux) GetUnsignedValue() uint64

func (*Aux) ProtoMessage

func (*Aux) ProtoMessage()

func (*Aux) ProtoReflect added in v1.9.6

func (x *Aux) ProtoReflect() protoreflect.Message

func (*Aux) Reset

func (x *Aux) Reset()

func (*Aux) String

func (x *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"`
	// contains filtered or unexported fields
}

func (*Interval) Descriptor deprecated

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

Deprecated: Use Interval.ProtoReflect.Descriptor instead.

func (*Interval) GetDuration

func (x *Interval) GetDuration() int64

func (*Interval) GetOffset

func (x *Interval) GetOffset() int64

func (*Interval) ProtoMessage

func (*Interval) ProtoMessage()

func (*Interval) ProtoReflect added in v1.9.6

func (x *Interval) ProtoReflect() protoreflect.Message

func (*Interval) Reset

func (x *Interval) Reset()

func (*Interval) String

func (x *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"`
	Fields     []*VarRef      `protobuf:"bytes,17,rep,name=Fields" json:"Fields,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"`
	GroupBy    []string       `protobuf:"bytes,19,rep,name=GroupBy" json:"GroupBy,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"`
	Location   *string        `protobuf:"bytes,21,opt,name=Location" json:"Location,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"`
	StripName  *bool          `protobuf:"varint,22,opt,name=StripName" json:"StripName,omitempty"`
	Dedupe     *bool          `protobuf:"varint,16,opt,name=Dedupe" json:"Dedupe,omitempty"`
	MaxSeriesN *int64         `protobuf:"varint,18,opt,name=MaxSeriesN" json:"MaxSeriesN,omitempty"`
	Ordered    *bool          `protobuf:"varint,20,opt,name=Ordered" json:"Ordered,omitempty"`
	// contains filtered or unexported fields
}

func (*IteratorOptions) Descriptor deprecated

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

Deprecated: Use IteratorOptions.ProtoReflect.Descriptor instead.

func (*IteratorOptions) GetAscending

func (x *IteratorOptions) GetAscending() bool

func (*IteratorOptions) GetAux

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

func (*IteratorOptions) GetCondition

func (x *IteratorOptions) GetCondition() string

func (*IteratorOptions) GetDedupe

func (x *IteratorOptions) GetDedupe() bool

func (*IteratorOptions) GetDimensions

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

func (*IteratorOptions) GetEndTime

func (x *IteratorOptions) GetEndTime() int64

func (*IteratorOptions) GetExpr

func (x *IteratorOptions) GetExpr() string

func (*IteratorOptions) GetFields

func (x *IteratorOptions) GetFields() []*VarRef

func (*IteratorOptions) GetFill

func (x *IteratorOptions) GetFill() int32

func (*IteratorOptions) GetFillValue

func (x *IteratorOptions) GetFillValue() float64

func (*IteratorOptions) GetGroupBy

func (x *IteratorOptions) GetGroupBy() []string

func (*IteratorOptions) GetInterval

func (x *IteratorOptions) GetInterval() *Interval

func (*IteratorOptions) GetLimit

func (x *IteratorOptions) GetLimit() int64

func (*IteratorOptions) GetLocation

func (x *IteratorOptions) GetLocation() string

func (*IteratorOptions) GetMaxSeriesN

func (x *IteratorOptions) GetMaxSeriesN() int64

func (*IteratorOptions) GetOffset

func (x *IteratorOptions) GetOffset() int64

func (*IteratorOptions) GetOrdered

func (x *IteratorOptions) GetOrdered() bool

func (*IteratorOptions) GetSLimit

func (x *IteratorOptions) GetSLimit() int64

func (*IteratorOptions) GetSOffset

func (x *IteratorOptions) GetSOffset() int64

func (*IteratorOptions) GetSources

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

func (*IteratorOptions) GetStartTime

func (x *IteratorOptions) GetStartTime() int64

func (*IteratorOptions) GetStripName

func (x *IteratorOptions) GetStripName() bool

func (*IteratorOptions) ProtoMessage

func (*IteratorOptions) ProtoMessage()

func (*IteratorOptions) ProtoReflect added in v1.9.6

func (x *IteratorOptions) ProtoReflect() protoreflect.Message

func (*IteratorOptions) Reset

func (x *IteratorOptions) Reset()

func (*IteratorOptions) String

func (x *IteratorOptions) String() string

type IteratorStats

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"`
	// contains filtered or unexported fields
}

func (*IteratorStats) Descriptor deprecated

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

Deprecated: Use IteratorStats.ProtoReflect.Descriptor instead.

func (*IteratorStats) GetPointN

func (x *IteratorStats) GetPointN() int64

func (*IteratorStats) GetSeriesN

func (x *IteratorStats) GetSeriesN() int64

func (*IteratorStats) ProtoMessage

func (*IteratorStats) ProtoMessage()

func (*IteratorStats) ProtoReflect added in v1.9.6

func (x *IteratorStats) ProtoReflect() protoreflect.Message

func (*IteratorStats) Reset

func (x *IteratorStats) Reset()

func (*IteratorStats) String

func (x *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"`
	SystemIterator  *string `protobuf:"bytes,6,opt,name=SystemIterator" json:"SystemIterator,omitempty"`
	// contains filtered or unexported fields
}

func (*Measurement) Descriptor deprecated

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

Deprecated: Use Measurement.ProtoReflect.Descriptor instead.

func (*Measurement) GetDatabase

func (x *Measurement) GetDatabase() string

func (*Measurement) GetIsTarget

func (x *Measurement) GetIsTarget() bool

func (*Measurement) GetName

func (x *Measurement) GetName() string

func (*Measurement) GetRegex

func (x *Measurement) GetRegex() string

func (*Measurement) GetRetentionPolicy

func (x *Measurement) GetRetentionPolicy() string

func (*Measurement) GetSystemIterator

func (x *Measurement) GetSystemIterator() string

func (*Measurement) ProtoMessage

func (*Measurement) ProtoMessage()

func (*Measurement) ProtoReflect added in v1.9.6

func (x *Measurement) ProtoReflect() protoreflect.Message

func (*Measurement) Reset

func (x *Measurement) Reset()

func (*Measurement) String

func (x *Measurement) String() string

type Measurements

type Measurements struct {
	Items []*Measurement `protobuf:"bytes,1,rep,name=Items" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*Measurements) Descriptor deprecated

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

Deprecated: Use Measurements.ProtoReflect.Descriptor instead.

func (*Measurements) GetItems

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

func (*Measurements) ProtoMessage

func (*Measurements) ProtoMessage()

func (*Measurements) ProtoReflect added in v1.9.6

func (x *Measurements) ProtoReflect() protoreflect.Message

func (*Measurements) Reset

func (x *Measurements) Reset()

func (*Measurements) String

func (x *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"`
	UnsignedValue *uint64        `protobuf:"varint,12,opt,name=UnsignedValue" json:"UnsignedValue,omitempty"`
	Stats         *IteratorStats `protobuf:"bytes,11,opt,name=Stats" json:"Stats,omitempty"`
	Trace         []byte         `protobuf:"bytes,13,opt,name=Trace" json:"Trace,omitempty"`
	// contains filtered or unexported fields
}

func (*Point) Descriptor deprecated

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

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetAggregated

func (x *Point) GetAggregated() uint32

func (*Point) GetAux

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

func (*Point) GetBooleanValue

func (x *Point) GetBooleanValue() bool

func (*Point) GetFloatValue

func (x *Point) GetFloatValue() float64

func (*Point) GetIntegerValue

func (x *Point) GetIntegerValue() int64

func (*Point) GetName

func (x *Point) GetName() string

func (*Point) GetNil

func (x *Point) GetNil() bool

func (*Point) GetStats

func (x *Point) GetStats() *IteratorStats

func (*Point) GetStringValue

func (x *Point) GetStringValue() string

func (*Point) GetTags

func (x *Point) GetTags() string

func (*Point) GetTime

func (x *Point) GetTime() int64

func (*Point) GetTrace

func (x *Point) GetTrace() []byte

func (*Point) GetUnsignedValue

func (x *Point) GetUnsignedValue() uint64

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect added in v1.9.6

func (x *Point) ProtoReflect() protoreflect.Message

func (*Point) Reset

func (x *Point) Reset()

func (*Point) String

func (x *Point) String() string

type VarRef

type VarRef struct {
	Val  *string `protobuf:"bytes,1,req,name=Val" json:"Val,omitempty"`
	Type *int32  `protobuf:"varint,2,opt,name=Type" json:"Type,omitempty"`
	// contains filtered or unexported fields
}

func (*VarRef) Descriptor deprecated

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

Deprecated: Use VarRef.ProtoReflect.Descriptor instead.

func (*VarRef) GetType

func (x *VarRef) GetType() int32

func (*VarRef) GetVal

func (x *VarRef) GetVal() string

func (*VarRef) ProtoMessage

func (*VarRef) ProtoMessage()

func (*VarRef) ProtoReflect added in v1.9.6

func (x *VarRef) ProtoReflect() protoreflect.Message

func (*VarRef) Reset

func (x *VarRef) Reset()

func (*VarRef) String

func (x *VarRef) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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