github.com/influxdata/influxdb/v2@v2.7.6/influxql/query/internal/internal.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.27.1
     4  // 	protoc        v3.17.3
     5  // source: internal/internal.proto
     6  
     7  package query
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  	sync "sync"
    14  )
    15  
    16  const (
    17  	// Verify that this generated code is sufficiently up-to-date.
    18  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    19  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    21  )
    22  
    23  type Point struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	Name          *string        `protobuf:"bytes,1,req,name=Name" json:"Name,omitempty"`
    29  	Tags          *string        `protobuf:"bytes,2,req,name=Tags" json:"Tags,omitempty"`
    30  	Time          *int64         `protobuf:"varint,3,req,name=Time" json:"Time,omitempty"`
    31  	Nil           *bool          `protobuf:"varint,4,req,name=Nil" json:"Nil,omitempty"`
    32  	Aux           []*Aux         `protobuf:"bytes,5,rep,name=Aux" json:"Aux,omitempty"`
    33  	Aggregated    *uint32        `protobuf:"varint,6,opt,name=Aggregated" json:"Aggregated,omitempty"`
    34  	FloatValue    *float64       `protobuf:"fixed64,7,opt,name=FloatValue" json:"FloatValue,omitempty"`
    35  	IntegerValue  *int64         `protobuf:"varint,8,opt,name=IntegerValue" json:"IntegerValue,omitempty"`
    36  	StringValue   *string        `protobuf:"bytes,9,opt,name=StringValue" json:"StringValue,omitempty"`
    37  	BooleanValue  *bool          `protobuf:"varint,10,opt,name=BooleanValue" json:"BooleanValue,omitempty"`
    38  	UnsignedValue *uint64        `protobuf:"varint,12,opt,name=UnsignedValue" json:"UnsignedValue,omitempty"`
    39  	Stats         *IteratorStats `protobuf:"bytes,11,opt,name=Stats" json:"Stats,omitempty"`
    40  	Trace         []byte         `protobuf:"bytes,13,opt,name=Trace" json:"Trace,omitempty"`
    41  }
    42  
    43  func (x *Point) Reset() {
    44  	*x = Point{}
    45  	if protoimpl.UnsafeEnabled {
    46  		mi := &file_internal_internal_proto_msgTypes[0]
    47  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    48  		ms.StoreMessageInfo(mi)
    49  	}
    50  }
    51  
    52  func (x *Point) String() string {
    53  	return protoimpl.X.MessageStringOf(x)
    54  }
    55  
    56  func (*Point) ProtoMessage() {}
    57  
    58  func (x *Point) ProtoReflect() protoreflect.Message {
    59  	mi := &file_internal_internal_proto_msgTypes[0]
    60  	if protoimpl.UnsafeEnabled && x != nil {
    61  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    62  		if ms.LoadMessageInfo() == nil {
    63  			ms.StoreMessageInfo(mi)
    64  		}
    65  		return ms
    66  	}
    67  	return mi.MessageOf(x)
    68  }
    69  
    70  // Deprecated: Use Point.ProtoReflect.Descriptor instead.
    71  func (*Point) Descriptor() ([]byte, []int) {
    72  	return file_internal_internal_proto_rawDescGZIP(), []int{0}
    73  }
    74  
    75  func (x *Point) GetName() string {
    76  	if x != nil && x.Name != nil {
    77  		return *x.Name
    78  	}
    79  	return ""
    80  }
    81  
    82  func (x *Point) GetTags() string {
    83  	if x != nil && x.Tags != nil {
    84  		return *x.Tags
    85  	}
    86  	return ""
    87  }
    88  
    89  func (x *Point) GetTime() int64 {
    90  	if x != nil && x.Time != nil {
    91  		return *x.Time
    92  	}
    93  	return 0
    94  }
    95  
    96  func (x *Point) GetNil() bool {
    97  	if x != nil && x.Nil != nil {
    98  		return *x.Nil
    99  	}
   100  	return false
   101  }
   102  
   103  func (x *Point) GetAux() []*Aux {
   104  	if x != nil {
   105  		return x.Aux
   106  	}
   107  	return nil
   108  }
   109  
   110  func (x *Point) GetAggregated() uint32 {
   111  	if x != nil && x.Aggregated != nil {
   112  		return *x.Aggregated
   113  	}
   114  	return 0
   115  }
   116  
   117  func (x *Point) GetFloatValue() float64 {
   118  	if x != nil && x.FloatValue != nil {
   119  		return *x.FloatValue
   120  	}
   121  	return 0
   122  }
   123  
   124  func (x *Point) GetIntegerValue() int64 {
   125  	if x != nil && x.IntegerValue != nil {
   126  		return *x.IntegerValue
   127  	}
   128  	return 0
   129  }
   130  
   131  func (x *Point) GetStringValue() string {
   132  	if x != nil && x.StringValue != nil {
   133  		return *x.StringValue
   134  	}
   135  	return ""
   136  }
   137  
   138  func (x *Point) GetBooleanValue() bool {
   139  	if x != nil && x.BooleanValue != nil {
   140  		return *x.BooleanValue
   141  	}
   142  	return false
   143  }
   144  
   145  func (x *Point) GetUnsignedValue() uint64 {
   146  	if x != nil && x.UnsignedValue != nil {
   147  		return *x.UnsignedValue
   148  	}
   149  	return 0
   150  }
   151  
   152  func (x *Point) GetStats() *IteratorStats {
   153  	if x != nil {
   154  		return x.Stats
   155  	}
   156  	return nil
   157  }
   158  
   159  func (x *Point) GetTrace() []byte {
   160  	if x != nil {
   161  		return x.Trace
   162  	}
   163  	return nil
   164  }
   165  
   166  type Aux struct {
   167  	state         protoimpl.MessageState
   168  	sizeCache     protoimpl.SizeCache
   169  	unknownFields protoimpl.UnknownFields
   170  
   171  	DataType      *int32   `protobuf:"varint,1,req,name=DataType" json:"DataType,omitempty"`
   172  	FloatValue    *float64 `protobuf:"fixed64,2,opt,name=FloatValue" json:"FloatValue,omitempty"`
   173  	IntegerValue  *int64   `protobuf:"varint,3,opt,name=IntegerValue" json:"IntegerValue,omitempty"`
   174  	StringValue   *string  `protobuf:"bytes,4,opt,name=StringValue" json:"StringValue,omitempty"`
   175  	BooleanValue  *bool    `protobuf:"varint,5,opt,name=BooleanValue" json:"BooleanValue,omitempty"`
   176  	UnsignedValue *uint64  `protobuf:"varint,6,opt,name=UnsignedValue" json:"UnsignedValue,omitempty"`
   177  }
   178  
   179  func (x *Aux) Reset() {
   180  	*x = Aux{}
   181  	if protoimpl.UnsafeEnabled {
   182  		mi := &file_internal_internal_proto_msgTypes[1]
   183  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   184  		ms.StoreMessageInfo(mi)
   185  	}
   186  }
   187  
   188  func (x *Aux) String() string {
   189  	return protoimpl.X.MessageStringOf(x)
   190  }
   191  
   192  func (*Aux) ProtoMessage() {}
   193  
   194  func (x *Aux) ProtoReflect() protoreflect.Message {
   195  	mi := &file_internal_internal_proto_msgTypes[1]
   196  	if protoimpl.UnsafeEnabled && x != nil {
   197  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   198  		if ms.LoadMessageInfo() == nil {
   199  			ms.StoreMessageInfo(mi)
   200  		}
   201  		return ms
   202  	}
   203  	return mi.MessageOf(x)
   204  }
   205  
   206  // Deprecated: Use Aux.ProtoReflect.Descriptor instead.
   207  func (*Aux) Descriptor() ([]byte, []int) {
   208  	return file_internal_internal_proto_rawDescGZIP(), []int{1}
   209  }
   210  
   211  func (x *Aux) GetDataType() int32 {
   212  	if x != nil && x.DataType != nil {
   213  		return *x.DataType
   214  	}
   215  	return 0
   216  }
   217  
   218  func (x *Aux) GetFloatValue() float64 {
   219  	if x != nil && x.FloatValue != nil {
   220  		return *x.FloatValue
   221  	}
   222  	return 0
   223  }
   224  
   225  func (x *Aux) GetIntegerValue() int64 {
   226  	if x != nil && x.IntegerValue != nil {
   227  		return *x.IntegerValue
   228  	}
   229  	return 0
   230  }
   231  
   232  func (x *Aux) GetStringValue() string {
   233  	if x != nil && x.StringValue != nil {
   234  		return *x.StringValue
   235  	}
   236  	return ""
   237  }
   238  
   239  func (x *Aux) GetBooleanValue() bool {
   240  	if x != nil && x.BooleanValue != nil {
   241  		return *x.BooleanValue
   242  	}
   243  	return false
   244  }
   245  
   246  func (x *Aux) GetUnsignedValue() uint64 {
   247  	if x != nil && x.UnsignedValue != nil {
   248  		return *x.UnsignedValue
   249  	}
   250  	return 0
   251  }
   252  
   253  type IteratorOptions struct {
   254  	state         protoimpl.MessageState
   255  	sizeCache     protoimpl.SizeCache
   256  	unknownFields protoimpl.UnknownFields
   257  
   258  	Expr       *string        `protobuf:"bytes,1,opt,name=Expr" json:"Expr,omitempty"`
   259  	Aux        []string       `protobuf:"bytes,2,rep,name=Aux" json:"Aux,omitempty"`
   260  	Fields     []*VarRef      `protobuf:"bytes,17,rep,name=Fields" json:"Fields,omitempty"`
   261  	Sources    []*Measurement `protobuf:"bytes,3,rep,name=Sources" json:"Sources,omitempty"`
   262  	Interval   *Interval      `protobuf:"bytes,4,opt,name=Interval" json:"Interval,omitempty"`
   263  	Dimensions []string       `protobuf:"bytes,5,rep,name=Dimensions" json:"Dimensions,omitempty"`
   264  	GroupBy    []string       `protobuf:"bytes,19,rep,name=GroupBy" json:"GroupBy,omitempty"`
   265  	Fill       *int32         `protobuf:"varint,6,opt,name=Fill" json:"Fill,omitempty"`
   266  	FillValue  *float64       `protobuf:"fixed64,7,opt,name=FillValue" json:"FillValue,omitempty"`
   267  	Condition  *string        `protobuf:"bytes,8,opt,name=Condition" json:"Condition,omitempty"`
   268  	StartTime  *int64         `protobuf:"varint,9,opt,name=StartTime" json:"StartTime,omitempty"`
   269  	EndTime    *int64         `protobuf:"varint,10,opt,name=EndTime" json:"EndTime,omitempty"`
   270  	Location   *string        `protobuf:"bytes,21,opt,name=Location" json:"Location,omitempty"`
   271  	Ascending  *bool          `protobuf:"varint,11,opt,name=Ascending" json:"Ascending,omitempty"`
   272  	Limit      *int64         `protobuf:"varint,12,opt,name=Limit" json:"Limit,omitempty"`
   273  	Offset     *int64         `protobuf:"varint,13,opt,name=Offset" json:"Offset,omitempty"`
   274  	SLimit     *int64         `protobuf:"varint,14,opt,name=SLimit" json:"SLimit,omitempty"`
   275  	SOffset    *int64         `protobuf:"varint,15,opt,name=SOffset" json:"SOffset,omitempty"`
   276  	StripName  *bool          `protobuf:"varint,22,opt,name=StripName" json:"StripName,omitempty"`
   277  	Dedupe     *bool          `protobuf:"varint,16,opt,name=Dedupe" json:"Dedupe,omitempty"`
   278  	MaxSeriesN *int64         `protobuf:"varint,18,opt,name=MaxSeriesN" json:"MaxSeriesN,omitempty"`
   279  	Ordered    *bool          `protobuf:"varint,20,opt,name=Ordered" json:"Ordered,omitempty"`
   280  }
   281  
   282  func (x *IteratorOptions) Reset() {
   283  	*x = IteratorOptions{}
   284  	if protoimpl.UnsafeEnabled {
   285  		mi := &file_internal_internal_proto_msgTypes[2]
   286  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   287  		ms.StoreMessageInfo(mi)
   288  	}
   289  }
   290  
   291  func (x *IteratorOptions) String() string {
   292  	return protoimpl.X.MessageStringOf(x)
   293  }
   294  
   295  func (*IteratorOptions) ProtoMessage() {}
   296  
   297  func (x *IteratorOptions) ProtoReflect() protoreflect.Message {
   298  	mi := &file_internal_internal_proto_msgTypes[2]
   299  	if protoimpl.UnsafeEnabled && x != nil {
   300  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   301  		if ms.LoadMessageInfo() == nil {
   302  			ms.StoreMessageInfo(mi)
   303  		}
   304  		return ms
   305  	}
   306  	return mi.MessageOf(x)
   307  }
   308  
   309  // Deprecated: Use IteratorOptions.ProtoReflect.Descriptor instead.
   310  func (*IteratorOptions) Descriptor() ([]byte, []int) {
   311  	return file_internal_internal_proto_rawDescGZIP(), []int{2}
   312  }
   313  
   314  func (x *IteratorOptions) GetExpr() string {
   315  	if x != nil && x.Expr != nil {
   316  		return *x.Expr
   317  	}
   318  	return ""
   319  }
   320  
   321  func (x *IteratorOptions) GetAux() []string {
   322  	if x != nil {
   323  		return x.Aux
   324  	}
   325  	return nil
   326  }
   327  
   328  func (x *IteratorOptions) GetFields() []*VarRef {
   329  	if x != nil {
   330  		return x.Fields
   331  	}
   332  	return nil
   333  }
   334  
   335  func (x *IteratorOptions) GetSources() []*Measurement {
   336  	if x != nil {
   337  		return x.Sources
   338  	}
   339  	return nil
   340  }
   341  
   342  func (x *IteratorOptions) GetInterval() *Interval {
   343  	if x != nil {
   344  		return x.Interval
   345  	}
   346  	return nil
   347  }
   348  
   349  func (x *IteratorOptions) GetDimensions() []string {
   350  	if x != nil {
   351  		return x.Dimensions
   352  	}
   353  	return nil
   354  }
   355  
   356  func (x *IteratorOptions) GetGroupBy() []string {
   357  	if x != nil {
   358  		return x.GroupBy
   359  	}
   360  	return nil
   361  }
   362  
   363  func (x *IteratorOptions) GetFill() int32 {
   364  	if x != nil && x.Fill != nil {
   365  		return *x.Fill
   366  	}
   367  	return 0
   368  }
   369  
   370  func (x *IteratorOptions) GetFillValue() float64 {
   371  	if x != nil && x.FillValue != nil {
   372  		return *x.FillValue
   373  	}
   374  	return 0
   375  }
   376  
   377  func (x *IteratorOptions) GetCondition() string {
   378  	if x != nil && x.Condition != nil {
   379  		return *x.Condition
   380  	}
   381  	return ""
   382  }
   383  
   384  func (x *IteratorOptions) GetStartTime() int64 {
   385  	if x != nil && x.StartTime != nil {
   386  		return *x.StartTime
   387  	}
   388  	return 0
   389  }
   390  
   391  func (x *IteratorOptions) GetEndTime() int64 {
   392  	if x != nil && x.EndTime != nil {
   393  		return *x.EndTime
   394  	}
   395  	return 0
   396  }
   397  
   398  func (x *IteratorOptions) GetLocation() string {
   399  	if x != nil && x.Location != nil {
   400  		return *x.Location
   401  	}
   402  	return ""
   403  }
   404  
   405  func (x *IteratorOptions) GetAscending() bool {
   406  	if x != nil && x.Ascending != nil {
   407  		return *x.Ascending
   408  	}
   409  	return false
   410  }
   411  
   412  func (x *IteratorOptions) GetLimit() int64 {
   413  	if x != nil && x.Limit != nil {
   414  		return *x.Limit
   415  	}
   416  	return 0
   417  }
   418  
   419  func (x *IteratorOptions) GetOffset() int64 {
   420  	if x != nil && x.Offset != nil {
   421  		return *x.Offset
   422  	}
   423  	return 0
   424  }
   425  
   426  func (x *IteratorOptions) GetSLimit() int64 {
   427  	if x != nil && x.SLimit != nil {
   428  		return *x.SLimit
   429  	}
   430  	return 0
   431  }
   432  
   433  func (x *IteratorOptions) GetSOffset() int64 {
   434  	if x != nil && x.SOffset != nil {
   435  		return *x.SOffset
   436  	}
   437  	return 0
   438  }
   439  
   440  func (x *IteratorOptions) GetStripName() bool {
   441  	if x != nil && x.StripName != nil {
   442  		return *x.StripName
   443  	}
   444  	return false
   445  }
   446  
   447  func (x *IteratorOptions) GetDedupe() bool {
   448  	if x != nil && x.Dedupe != nil {
   449  		return *x.Dedupe
   450  	}
   451  	return false
   452  }
   453  
   454  func (x *IteratorOptions) GetMaxSeriesN() int64 {
   455  	if x != nil && x.MaxSeriesN != nil {
   456  		return *x.MaxSeriesN
   457  	}
   458  	return 0
   459  }
   460  
   461  func (x *IteratorOptions) GetOrdered() bool {
   462  	if x != nil && x.Ordered != nil {
   463  		return *x.Ordered
   464  	}
   465  	return false
   466  }
   467  
   468  type Measurements struct {
   469  	state         protoimpl.MessageState
   470  	sizeCache     protoimpl.SizeCache
   471  	unknownFields protoimpl.UnknownFields
   472  
   473  	Items []*Measurement `protobuf:"bytes,1,rep,name=Items" json:"Items,omitempty"`
   474  }
   475  
   476  func (x *Measurements) Reset() {
   477  	*x = Measurements{}
   478  	if protoimpl.UnsafeEnabled {
   479  		mi := &file_internal_internal_proto_msgTypes[3]
   480  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   481  		ms.StoreMessageInfo(mi)
   482  	}
   483  }
   484  
   485  func (x *Measurements) String() string {
   486  	return protoimpl.X.MessageStringOf(x)
   487  }
   488  
   489  func (*Measurements) ProtoMessage() {}
   490  
   491  func (x *Measurements) ProtoReflect() protoreflect.Message {
   492  	mi := &file_internal_internal_proto_msgTypes[3]
   493  	if protoimpl.UnsafeEnabled && x != nil {
   494  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   495  		if ms.LoadMessageInfo() == nil {
   496  			ms.StoreMessageInfo(mi)
   497  		}
   498  		return ms
   499  	}
   500  	return mi.MessageOf(x)
   501  }
   502  
   503  // Deprecated: Use Measurements.ProtoReflect.Descriptor instead.
   504  func (*Measurements) Descriptor() ([]byte, []int) {
   505  	return file_internal_internal_proto_rawDescGZIP(), []int{3}
   506  }
   507  
   508  func (x *Measurements) GetItems() []*Measurement {
   509  	if x != nil {
   510  		return x.Items
   511  	}
   512  	return nil
   513  }
   514  
   515  type Measurement struct {
   516  	state         protoimpl.MessageState
   517  	sizeCache     protoimpl.SizeCache
   518  	unknownFields protoimpl.UnknownFields
   519  
   520  	Database        *string `protobuf:"bytes,1,opt,name=Database" json:"Database,omitempty"`
   521  	RetentionPolicy *string `protobuf:"bytes,2,opt,name=RetentionPolicy" json:"RetentionPolicy,omitempty"`
   522  	Name            *string `protobuf:"bytes,3,opt,name=Name" json:"Name,omitempty"`
   523  	Regex           *string `protobuf:"bytes,4,opt,name=Regex" json:"Regex,omitempty"`
   524  	IsTarget        *bool   `protobuf:"varint,5,opt,name=IsTarget" json:"IsTarget,omitempty"`
   525  	SystemIterator  *string `protobuf:"bytes,6,opt,name=SystemIterator" json:"SystemIterator,omitempty"`
   526  }
   527  
   528  func (x *Measurement) Reset() {
   529  	*x = Measurement{}
   530  	if protoimpl.UnsafeEnabled {
   531  		mi := &file_internal_internal_proto_msgTypes[4]
   532  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   533  		ms.StoreMessageInfo(mi)
   534  	}
   535  }
   536  
   537  func (x *Measurement) String() string {
   538  	return protoimpl.X.MessageStringOf(x)
   539  }
   540  
   541  func (*Measurement) ProtoMessage() {}
   542  
   543  func (x *Measurement) ProtoReflect() protoreflect.Message {
   544  	mi := &file_internal_internal_proto_msgTypes[4]
   545  	if protoimpl.UnsafeEnabled && x != nil {
   546  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   547  		if ms.LoadMessageInfo() == nil {
   548  			ms.StoreMessageInfo(mi)
   549  		}
   550  		return ms
   551  	}
   552  	return mi.MessageOf(x)
   553  }
   554  
   555  // Deprecated: Use Measurement.ProtoReflect.Descriptor instead.
   556  func (*Measurement) Descriptor() ([]byte, []int) {
   557  	return file_internal_internal_proto_rawDescGZIP(), []int{4}
   558  }
   559  
   560  func (x *Measurement) GetDatabase() string {
   561  	if x != nil && x.Database != nil {
   562  		return *x.Database
   563  	}
   564  	return ""
   565  }
   566  
   567  func (x *Measurement) GetRetentionPolicy() string {
   568  	if x != nil && x.RetentionPolicy != nil {
   569  		return *x.RetentionPolicy
   570  	}
   571  	return ""
   572  }
   573  
   574  func (x *Measurement) GetName() string {
   575  	if x != nil && x.Name != nil {
   576  		return *x.Name
   577  	}
   578  	return ""
   579  }
   580  
   581  func (x *Measurement) GetRegex() string {
   582  	if x != nil && x.Regex != nil {
   583  		return *x.Regex
   584  	}
   585  	return ""
   586  }
   587  
   588  func (x *Measurement) GetIsTarget() bool {
   589  	if x != nil && x.IsTarget != nil {
   590  		return *x.IsTarget
   591  	}
   592  	return false
   593  }
   594  
   595  func (x *Measurement) GetSystemIterator() string {
   596  	if x != nil && x.SystemIterator != nil {
   597  		return *x.SystemIterator
   598  	}
   599  	return ""
   600  }
   601  
   602  type Interval struct {
   603  	state         protoimpl.MessageState
   604  	sizeCache     protoimpl.SizeCache
   605  	unknownFields protoimpl.UnknownFields
   606  
   607  	Duration *int64 `protobuf:"varint,1,opt,name=Duration" json:"Duration,omitempty"`
   608  	Offset   *int64 `protobuf:"varint,2,opt,name=Offset" json:"Offset,omitempty"`
   609  }
   610  
   611  func (x *Interval) Reset() {
   612  	*x = Interval{}
   613  	if protoimpl.UnsafeEnabled {
   614  		mi := &file_internal_internal_proto_msgTypes[5]
   615  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   616  		ms.StoreMessageInfo(mi)
   617  	}
   618  }
   619  
   620  func (x *Interval) String() string {
   621  	return protoimpl.X.MessageStringOf(x)
   622  }
   623  
   624  func (*Interval) ProtoMessage() {}
   625  
   626  func (x *Interval) ProtoReflect() protoreflect.Message {
   627  	mi := &file_internal_internal_proto_msgTypes[5]
   628  	if protoimpl.UnsafeEnabled && x != nil {
   629  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   630  		if ms.LoadMessageInfo() == nil {
   631  			ms.StoreMessageInfo(mi)
   632  		}
   633  		return ms
   634  	}
   635  	return mi.MessageOf(x)
   636  }
   637  
   638  // Deprecated: Use Interval.ProtoReflect.Descriptor instead.
   639  func (*Interval) Descriptor() ([]byte, []int) {
   640  	return file_internal_internal_proto_rawDescGZIP(), []int{5}
   641  }
   642  
   643  func (x *Interval) GetDuration() int64 {
   644  	if x != nil && x.Duration != nil {
   645  		return *x.Duration
   646  	}
   647  	return 0
   648  }
   649  
   650  func (x *Interval) GetOffset() int64 {
   651  	if x != nil && x.Offset != nil {
   652  		return *x.Offset
   653  	}
   654  	return 0
   655  }
   656  
   657  type IteratorStats struct {
   658  	state         protoimpl.MessageState
   659  	sizeCache     protoimpl.SizeCache
   660  	unknownFields protoimpl.UnknownFields
   661  
   662  	SeriesN *int64 `protobuf:"varint,1,opt,name=SeriesN" json:"SeriesN,omitempty"`
   663  	PointN  *int64 `protobuf:"varint,2,opt,name=PointN" json:"PointN,omitempty"`
   664  }
   665  
   666  func (x *IteratorStats) Reset() {
   667  	*x = IteratorStats{}
   668  	if protoimpl.UnsafeEnabled {
   669  		mi := &file_internal_internal_proto_msgTypes[6]
   670  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   671  		ms.StoreMessageInfo(mi)
   672  	}
   673  }
   674  
   675  func (x *IteratorStats) String() string {
   676  	return protoimpl.X.MessageStringOf(x)
   677  }
   678  
   679  func (*IteratorStats) ProtoMessage() {}
   680  
   681  func (x *IteratorStats) ProtoReflect() protoreflect.Message {
   682  	mi := &file_internal_internal_proto_msgTypes[6]
   683  	if protoimpl.UnsafeEnabled && x != nil {
   684  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   685  		if ms.LoadMessageInfo() == nil {
   686  			ms.StoreMessageInfo(mi)
   687  		}
   688  		return ms
   689  	}
   690  	return mi.MessageOf(x)
   691  }
   692  
   693  // Deprecated: Use IteratorStats.ProtoReflect.Descriptor instead.
   694  func (*IteratorStats) Descriptor() ([]byte, []int) {
   695  	return file_internal_internal_proto_rawDescGZIP(), []int{6}
   696  }
   697  
   698  func (x *IteratorStats) GetSeriesN() int64 {
   699  	if x != nil && x.SeriesN != nil {
   700  		return *x.SeriesN
   701  	}
   702  	return 0
   703  }
   704  
   705  func (x *IteratorStats) GetPointN() int64 {
   706  	if x != nil && x.PointN != nil {
   707  		return *x.PointN
   708  	}
   709  	return 0
   710  }
   711  
   712  type VarRef struct {
   713  	state         protoimpl.MessageState
   714  	sizeCache     protoimpl.SizeCache
   715  	unknownFields protoimpl.UnknownFields
   716  
   717  	Val  *string `protobuf:"bytes,1,req,name=Val" json:"Val,omitempty"`
   718  	Type *int32  `protobuf:"varint,2,opt,name=Type" json:"Type,omitempty"`
   719  }
   720  
   721  func (x *VarRef) Reset() {
   722  	*x = VarRef{}
   723  	if protoimpl.UnsafeEnabled {
   724  		mi := &file_internal_internal_proto_msgTypes[7]
   725  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   726  		ms.StoreMessageInfo(mi)
   727  	}
   728  }
   729  
   730  func (x *VarRef) String() string {
   731  	return protoimpl.X.MessageStringOf(x)
   732  }
   733  
   734  func (*VarRef) ProtoMessage() {}
   735  
   736  func (x *VarRef) ProtoReflect() protoreflect.Message {
   737  	mi := &file_internal_internal_proto_msgTypes[7]
   738  	if protoimpl.UnsafeEnabled && x != nil {
   739  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   740  		if ms.LoadMessageInfo() == nil {
   741  			ms.StoreMessageInfo(mi)
   742  		}
   743  		return ms
   744  	}
   745  	return mi.MessageOf(x)
   746  }
   747  
   748  // Deprecated: Use VarRef.ProtoReflect.Descriptor instead.
   749  func (*VarRef) Descriptor() ([]byte, []int) {
   750  	return file_internal_internal_proto_rawDescGZIP(), []int{7}
   751  }
   752  
   753  func (x *VarRef) GetVal() string {
   754  	if x != nil && x.Val != nil {
   755  		return *x.Val
   756  	}
   757  	return ""
   758  }
   759  
   760  func (x *VarRef) GetType() int32 {
   761  	if x != nil && x.Type != nil {
   762  		return *x.Type
   763  	}
   764  	return 0
   765  }
   766  
   767  var File_internal_internal_proto protoreflect.FileDescriptor
   768  
   769  var file_internal_internal_proto_rawDesc = []byte{
   770  	0x0a, 0x17, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72,
   771  	0x6e, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79,
   772  	0x22, 0x85, 0x03, 0x0a, 0x05, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61,
   773  	0x6d, 0x65, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12,
   774  	0x0a, 0x04, 0x54, 0x61, 0x67, 0x73, 0x18, 0x02, 0x20, 0x02, 0x28, 0x09, 0x52, 0x04, 0x54, 0x61,
   775  	0x67, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x02, 0x28, 0x03,
   776  	0x52, 0x04, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4e, 0x69, 0x6c, 0x18, 0x04, 0x20,
   777  	0x02, 0x28, 0x08, 0x52, 0x03, 0x4e, 0x69, 0x6c, 0x12, 0x1c, 0x0a, 0x03, 0x41, 0x75, 0x78, 0x18,
   778  	0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x41, 0x75,
   779  	0x78, 0x52, 0x03, 0x41, 0x75, 0x78, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67,
   780  	0x61, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x41, 0x67, 0x67, 0x72,
   781  	0x65, 0x67, 0x61, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x56,
   782  	0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x46, 0x6c, 0x6f, 0x61,
   783  	0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x65,
   784  	0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x49, 0x6e,
   785  	0x74, 0x65, 0x67, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x53, 0x74,
   786  	0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
   787  	0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c,
   788  	0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x0a, 0x20, 0x01,
   789  	0x28, 0x08, 0x52, 0x0c, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65,
   790  	0x12, 0x24, 0x0a, 0x0d, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75,
   791  	0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65,
   792  	0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x2a, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x73, 0x18,
   793  	0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x49, 0x74,
   794  	0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x73, 0x52, 0x05, 0x53, 0x74, 0x61,
   795  	0x74, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x72, 0x61, 0x63, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28,
   796  	0x0c, 0x52, 0x05, 0x54, 0x72, 0x61, 0x63, 0x65, 0x22, 0xd1, 0x01, 0x0a, 0x03, 0x41, 0x75, 0x78,
   797  	0x12, 0x1a, 0x0a, 0x08, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x02,
   798  	0x28, 0x05, 0x52, 0x08, 0x44, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
   799  	0x46, 0x6c, 0x6f, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01,
   800  	0x52, 0x0a, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c,
   801  	0x49, 0x6e, 0x74, 0x65, 0x67, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01,
   802  	0x28, 0x03, 0x52, 0x0c, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x65, 0x72, 0x56, 0x61, 0x6c, 0x75, 0x65,
   803  	0x12, 0x20, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18,
   804  	0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c,
   805  	0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x56, 0x61, 0x6c,
   806  	0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61,
   807  	0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x55, 0x6e, 0x73, 0x69, 0x67, 0x6e,
   808  	0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x55,
   809  	0x6e, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x85, 0x05, 0x0a,
   810  	0x0f, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
   811  	0x12, 0x12, 0x0a, 0x04, 0x45, 0x78, 0x70, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
   812  	0x45, 0x78, 0x70, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x41, 0x75, 0x78, 0x18, 0x02, 0x20, 0x03, 0x28,
   813  	0x09, 0x52, 0x03, 0x41, 0x75, 0x78, 0x12, 0x25, 0x0a, 0x06, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
   814  	0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x56,
   815  	0x61, 0x72, 0x52, 0x65, 0x66, 0x52, 0x06, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x2c, 0x0a,
   816  	0x07, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12,
   817  	0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65,
   818  	0x6e, 0x74, 0x52, 0x07, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x2b, 0x0a, 0x08, 0x49,
   819  	0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e,
   820  	0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x52, 0x08,
   821  	0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x44, 0x69, 0x6d, 0x65,
   822  	0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x44, 0x69,
   823  	0x6d, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x47, 0x72, 0x6f, 0x75,
   824  	0x70, 0x42, 0x79, 0x18, 0x13, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x47, 0x72, 0x6f, 0x75, 0x70,
   825  	0x42, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x46, 0x69, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05,
   826  	0x52, 0x04, 0x46, 0x69, 0x6c, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x46, 0x69, 0x6c, 0x6c, 0x56, 0x61,
   827  	0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x01, 0x52, 0x09, 0x46, 0x69, 0x6c, 0x6c, 0x56,
   828  	0x61, 0x6c, 0x75, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f,
   829  	0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69,
   830  	0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18,
   831  	0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
   832  	0x12, 0x18, 0x0a, 0x07, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
   833  	0x03, 0x52, 0x07, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x6f,
   834  	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4c, 0x6f,
   835  	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x73, 0x63, 0x65, 0x6e, 0x64,
   836  	0x69, 0x6e, 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x41, 0x73, 0x63, 0x65, 0x6e,
   837  	0x64, 0x69, 0x6e, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x0c, 0x20,
   838  	0x01, 0x28, 0x03, 0x52, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x66,
   839  	0x66, 0x73, 0x65, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x4f, 0x66, 0x66, 0x73,
   840  	0x65, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x0e, 0x20, 0x01,
   841  	0x28, 0x03, 0x52, 0x06, 0x53, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x4f,
   842  	0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x53, 0x4f, 0x66,
   843  	0x66, 0x73, 0x65, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x72, 0x69, 0x70, 0x4e, 0x61, 0x6d,
   844  	0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x53, 0x74, 0x72, 0x69, 0x70, 0x4e, 0x61,
   845  	0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x65, 0x64, 0x75, 0x70, 0x65, 0x18, 0x10, 0x20, 0x01,
   846  	0x28, 0x08, 0x52, 0x06, 0x44, 0x65, 0x64, 0x75, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x4d, 0x61,
   847  	0x78, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x4e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
   848  	0x4d, 0x61, 0x78, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x4e, 0x12, 0x18, 0x0a, 0x07, 0x4f, 0x72,
   849  	0x64, 0x65, 0x72, 0x65, 0x64, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4f, 0x72, 0x64,
   850  	0x65, 0x72, 0x65, 0x64, 0x22, 0x38, 0x0a, 0x0c, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d,
   851  	0x65, 0x6e, 0x74, 0x73, 0x12, 0x28, 0x0a, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20,
   852  	0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x4d, 0x65, 0x61, 0x73,
   853  	0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xc1,
   854  	0x01, 0x0a, 0x0b, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a,
   855  	0x0a, 0x08, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
   856  	0x52, 0x08, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x52, 0x65,
   857  	0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20,
   858  	0x01, 0x28, 0x09, 0x52, 0x0f, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f,
   859  	0x6c, 0x69, 0x63, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
   860  	0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x65, 0x67, 0x65,
   861  	0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x52, 0x65, 0x67, 0x65, 0x78, 0x12, 0x1a,
   862  	0x0a, 0x08, 0x49, 0x73, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08,
   863  	0x52, 0x08, 0x49, 0x73, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x53, 0x79,
   864  	0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01,
   865  	0x28, 0x09, 0x52, 0x0e, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74,
   866  	0x6f, 0x72, 0x22, 0x3e, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76, 0x61, 0x6c, 0x12, 0x1a,
   867  	0x0a, 0x08, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
   868  	0x52, 0x08, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x66,
   869  	0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x4f, 0x66, 0x66, 0x73,
   870  	0x65, 0x74, 0x22, 0x41, 0x0a, 0x0d, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x74,
   871  	0x61, 0x74, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x4e, 0x18, 0x01,
   872  	0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x4e, 0x12, 0x16, 0x0a,
   873  	0x06, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x4e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x50,
   874  	0x6f, 0x69, 0x6e, 0x74, 0x4e, 0x22, 0x2e, 0x0a, 0x06, 0x56, 0x61, 0x72, 0x52, 0x65, 0x66, 0x12,
   875  	0x10, 0x0a, 0x03, 0x56, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x03, 0x56, 0x61,
   876  	0x6c, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
   877  	0x04, 0x54, 0x79, 0x70, 0x65, 0x42, 0x09, 0x5a, 0x07, 0x2e, 0x3b, 0x71, 0x75, 0x65, 0x72, 0x79,
   878  }
   879  
   880  var (
   881  	file_internal_internal_proto_rawDescOnce sync.Once
   882  	file_internal_internal_proto_rawDescData = file_internal_internal_proto_rawDesc
   883  )
   884  
   885  func file_internal_internal_proto_rawDescGZIP() []byte {
   886  	file_internal_internal_proto_rawDescOnce.Do(func() {
   887  		file_internal_internal_proto_rawDescData = protoimpl.X.CompressGZIP(file_internal_internal_proto_rawDescData)
   888  	})
   889  	return file_internal_internal_proto_rawDescData
   890  }
   891  
   892  var file_internal_internal_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
   893  var file_internal_internal_proto_goTypes = []interface{}{
   894  	(*Point)(nil),           // 0: query.Point
   895  	(*Aux)(nil),             // 1: query.Aux
   896  	(*IteratorOptions)(nil), // 2: query.IteratorOptions
   897  	(*Measurements)(nil),    // 3: query.Measurements
   898  	(*Measurement)(nil),     // 4: query.Measurement
   899  	(*Interval)(nil),        // 5: query.Interval
   900  	(*IteratorStats)(nil),   // 6: query.IteratorStats
   901  	(*VarRef)(nil),          // 7: query.VarRef
   902  }
   903  var file_internal_internal_proto_depIdxs = []int32{
   904  	1, // 0: query.Point.Aux:type_name -> query.Aux
   905  	6, // 1: query.Point.Stats:type_name -> query.IteratorStats
   906  	7, // 2: query.IteratorOptions.Fields:type_name -> query.VarRef
   907  	4, // 3: query.IteratorOptions.Sources:type_name -> query.Measurement
   908  	5, // 4: query.IteratorOptions.Interval:type_name -> query.Interval
   909  	4, // 5: query.Measurements.Items:type_name -> query.Measurement
   910  	6, // [6:6] is the sub-list for method output_type
   911  	6, // [6:6] is the sub-list for method input_type
   912  	6, // [6:6] is the sub-list for extension type_name
   913  	6, // [6:6] is the sub-list for extension extendee
   914  	0, // [0:6] is the sub-list for field type_name
   915  }
   916  
   917  func init() { file_internal_internal_proto_init() }
   918  func file_internal_internal_proto_init() {
   919  	if File_internal_internal_proto != nil {
   920  		return
   921  	}
   922  	if !protoimpl.UnsafeEnabled {
   923  		file_internal_internal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   924  			switch v := v.(*Point); i {
   925  			case 0:
   926  				return &v.state
   927  			case 1:
   928  				return &v.sizeCache
   929  			case 2:
   930  				return &v.unknownFields
   931  			default:
   932  				return nil
   933  			}
   934  		}
   935  		file_internal_internal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   936  			switch v := v.(*Aux); i {
   937  			case 0:
   938  				return &v.state
   939  			case 1:
   940  				return &v.sizeCache
   941  			case 2:
   942  				return &v.unknownFields
   943  			default:
   944  				return nil
   945  			}
   946  		}
   947  		file_internal_internal_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   948  			switch v := v.(*IteratorOptions); i {
   949  			case 0:
   950  				return &v.state
   951  			case 1:
   952  				return &v.sizeCache
   953  			case 2:
   954  				return &v.unknownFields
   955  			default:
   956  				return nil
   957  			}
   958  		}
   959  		file_internal_internal_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   960  			switch v := v.(*Measurements); i {
   961  			case 0:
   962  				return &v.state
   963  			case 1:
   964  				return &v.sizeCache
   965  			case 2:
   966  				return &v.unknownFields
   967  			default:
   968  				return nil
   969  			}
   970  		}
   971  		file_internal_internal_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   972  			switch v := v.(*Measurement); i {
   973  			case 0:
   974  				return &v.state
   975  			case 1:
   976  				return &v.sizeCache
   977  			case 2:
   978  				return &v.unknownFields
   979  			default:
   980  				return nil
   981  			}
   982  		}
   983  		file_internal_internal_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   984  			switch v := v.(*Interval); i {
   985  			case 0:
   986  				return &v.state
   987  			case 1:
   988  				return &v.sizeCache
   989  			case 2:
   990  				return &v.unknownFields
   991  			default:
   992  				return nil
   993  			}
   994  		}
   995  		file_internal_internal_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   996  			switch v := v.(*IteratorStats); i {
   997  			case 0:
   998  				return &v.state
   999  			case 1:
  1000  				return &v.sizeCache
  1001  			case 2:
  1002  				return &v.unknownFields
  1003  			default:
  1004  				return nil
  1005  			}
  1006  		}
  1007  		file_internal_internal_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1008  			switch v := v.(*VarRef); i {
  1009  			case 0:
  1010  				return &v.state
  1011  			case 1:
  1012  				return &v.sizeCache
  1013  			case 2:
  1014  				return &v.unknownFields
  1015  			default:
  1016  				return nil
  1017  			}
  1018  		}
  1019  	}
  1020  	type x struct{}
  1021  	out := protoimpl.TypeBuilder{
  1022  		File: protoimpl.DescBuilder{
  1023  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1024  			RawDescriptor: file_internal_internal_proto_rawDesc,
  1025  			NumEnums:      0,
  1026  			NumMessages:   8,
  1027  			NumExtensions: 0,
  1028  			NumServices:   0,
  1029  		},
  1030  		GoTypes:           file_internal_internal_proto_goTypes,
  1031  		DependencyIndexes: file_internal_internal_proto_depIdxs,
  1032  		MessageInfos:      file_internal_internal_proto_msgTypes,
  1033  	}.Build()
  1034  	File_internal_internal_proto = out.File
  1035  	file_internal_internal_proto_rawDesc = nil
  1036  	file_internal_internal_proto_goTypes = nil
  1037  	file_internal_internal_proto_depIdxs = nil
  1038  }