Documentation ¶
Index ¶
- Variables
- type ColumnType
- type Condition
- func (*Condition) Descriptor() ([]byte, []int)
- func (m *Condition) GetKeys() []string
- func (m *Condition) GetOperators() []string
- func (m *Condition) GetTypes() []DataType
- func (m *Condition) GetValues() []string
- func (*Condition) ProtoMessage()
- func (m *Condition) Reset()
- func (m *Condition) String() string
- func (m *Condition) XXX_DiscardUnknown()
- func (m *Condition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Condition) XXX_Merge(src proto.Message)
- func (m *Condition) XXX_Size() int
- func (m *Condition) XXX_Unmarshal(b []byte) error
- type DataType
- type Group
- func (*Group) Descriptor() ([]byte, []int)
- func (m *Group) GetColumns() []string
- func (m *Group) GetRows() []*Row
- func (*Group) ProtoMessage()
- func (m *Group) Reset()
- func (m *Group) String() string
- func (m *Group) XXX_DiscardUnknown()
- func (m *Group) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Group) XXX_Merge(src proto.Message)
- func (m *Group) XXX_Size() int
- func (m *Group) XXX_Unmarshal(b []byte) error
- type MetricData
- func (*MetricData) Descriptor() ([]byte, []int)
- func (m *MetricData) GetData() []*Sample
- func (m *MetricData) GetGranularity() int64
- func (m *MetricData) GetMetricType() MetricType
- func (*MetricData) ProtoMessage()
- func (m *MetricData) Reset()
- func (m *MetricData) String() string
- func (m *MetricData) XXX_DiscardUnknown()
- func (m *MetricData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MetricData) XXX_Merge(src proto.Message)
- func (m *MetricData) XXX_Size() int
- func (m *MetricData) XXX_Unmarshal(b []byte) error
- type MetricType
- type QueryCondition
- func (*QueryCondition) Descriptor() ([]byte, []int)
- func (m *QueryCondition) GetGroups() []string
- func (m *QueryCondition) GetLimit() uint64
- func (m *QueryCondition) GetOrder() QueryCondition_Order
- func (m *QueryCondition) GetSelects() []string
- func (m *QueryCondition) GetTimeRange() *TimeRange
- func (m *QueryCondition) GetWhereClause() string
- func (m *QueryCondition) GetWhereCondition() []*Condition
- func (*QueryCondition) ProtoMessage()
- func (m *QueryCondition) Reset()
- func (m *QueryCondition) String() string
- func (m *QueryCondition) XXX_DiscardUnknown()
- func (m *QueryCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCondition) XXX_Merge(src proto.Message)
- func (m *QueryCondition) XXX_Size() int
- func (m *QueryCondition) XXX_Unmarshal(b []byte) error
- type QueryCondition_Order
- type ReadData
- func (*ReadData) Descriptor() ([]byte, []int)
- func (m *ReadData) GetGroups() []*Group
- func (*ReadData) ProtoMessage()
- func (m *ReadData) Reset()
- func (m *ReadData) String() string
- func (m *ReadData) XXX_DiscardUnknown()
- func (m *ReadData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadData) XXX_Merge(src proto.Message)
- func (m *ReadData) XXX_Size() int
- func (m *ReadData) XXX_Unmarshal(b []byte) error
- type ResourceBoundary
- type ResourceName
- type ResourceQuota
- type Row
- func (*Row) Descriptor() ([]byte, []int)
- func (m *Row) GetTime() *timestamp.Timestamp
- func (m *Row) GetValues() []string
- func (*Row) ProtoMessage()
- func (m *Row) Reset()
- func (m *Row) String() string
- func (m *Row) XXX_DiscardUnknown()
- func (m *Row) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Row) XXX_Merge(src proto.Message)
- func (m *Row) XXX_Size() int
- func (m *Row) XXX_Unmarshal(b []byte) error
- type Sample
- func (*Sample) Descriptor() ([]byte, []int)
- func (m *Sample) GetEndTime() *timestamp.Timestamp
- func (m *Sample) GetNumValue() string
- func (m *Sample) GetTime() *timestamp.Timestamp
- func (*Sample) ProtoMessage()
- func (m *Sample) Reset()
- func (m *Sample) String() string
- func (m *Sample) XXX_DiscardUnknown()
- func (m *Sample) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Sample) XXX_Merge(src proto.Message)
- func (m *Sample) XXX_Size() int
- func (m *Sample) XXX_Unmarshal(b []byte) error
- type TimeRange
- func (*TimeRange) Descriptor() ([]byte, []int)
- func (m *TimeRange) GetAggregateFunction() TimeRange_AggregateFunction
- func (m *TimeRange) GetApplyTime() *timestamp.Timestamp
- func (m *TimeRange) GetEndTime() *timestamp.Timestamp
- func (m *TimeRange) GetStartTime() *timestamp.Timestamp
- func (m *TimeRange) GetStep() *duration.Duration
- func (*TimeRange) ProtoMessage()
- func (m *TimeRange) Reset()
- func (m *TimeRange) String() string
- func (m *TimeRange) XXX_DiscardUnknown()
- func (m *TimeRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TimeRange) XXX_Merge(src proto.Message)
- func (m *TimeRange) XXX_Size() int
- func (m *TimeRange) XXX_Unmarshal(b []byte) error
- type TimeRange_AggregateFunction
- type WriteData
- func (*WriteData) Descriptor() ([]byte, []int)
- func (m *WriteData) GetColumns() []string
- func (m *WriteData) GetRows() []*Row
- func (*WriteData) ProtoMessage()
- func (m *WriteData) Reset()
- func (m *WriteData) String() string
- func (m *WriteData) XXX_DiscardUnknown()
- func (m *WriteData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WriteData) XXX_Merge(src proto.Message)
- func (m *WriteData) XXX_Size() int
- func (m *WriteData) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ColumnType_name = map[int32]string{
0: "COLUMNTYPE_UDEFINED",
1: "COLUMNTYPE_TAG",
2: "COLUMNTYPE_FIELD",
}
View Source
var ColumnType_value = map[string]int32{
"COLUMNTYPE_UDEFINED": 0,
"COLUMNTYPE_TAG": 1,
"COLUMNTYPE_FIELD": 2,
}
View Source
var DataType_name = map[int32]string{
0: "DATATYPE_UNDEFINED",
1: "DATATYPE_BOOL",
2: "DATATYPE_INT",
3: "DATATYPE_INT8",
4: "DATATYPE_INT16",
5: "DATATYPE_INT32",
6: "DATATYPE_INT64",
7: "DATATYPE_UINT",
8: "DATATYPE_UINT8",
9: "DATATYPE_UINT16",
10: "DATATYPE_UINT32",
11: "DATATYPE_UTIN64",
12: "DATATYPE_FLOAT32",
13: "DATATYPE_FLOAT64",
14: "DATATYPE_STRING",
}
View Source
var DataType_value = map[string]int32{
"DATATYPE_UNDEFINED": 0,
"DATATYPE_BOOL": 1,
"DATATYPE_INT": 2,
"DATATYPE_INT8": 3,
"DATATYPE_INT16": 4,
"DATATYPE_INT32": 5,
"DATATYPE_INT64": 6,
"DATATYPE_UINT": 7,
"DATATYPE_UINT8": 8,
"DATATYPE_UINT16": 9,
"DATATYPE_UINT32": 10,
"DATATYPE_UTIN64": 11,
"DATATYPE_FLOAT32": 12,
"DATATYPE_FLOAT64": 13,
"DATATYPE_STRING": 14,
}
View Source
var MetricType_name = map[int32]string{
0: "METRICS_TYPE_UNDEFINED",
1: "CPU_USAGE_SECONDS_PERCENTAGE",
2: "MEMORY_USAGE_BYTES",
3: "POWER_USAGE_WATTS",
4: "TEMPERATURE_CELSIUS",
5: "DUTY_CYCLE",
6: "CURRENT_OFFSET",
7: "LAG",
}
View Source
var MetricType_value = map[string]int32{
"METRICS_TYPE_UNDEFINED": 0,
"CPU_USAGE_SECONDS_PERCENTAGE": 1,
"MEMORY_USAGE_BYTES": 2,
"POWER_USAGE_WATTS": 3,
"TEMPERATURE_CELSIUS": 4,
"DUTY_CYCLE": 5,
"CURRENT_OFFSET": 6,
"LAG": 7,
}
View Source
var QueryCondition_Order_name = map[int32]string{
0: "NONE",
1: "ASC",
2: "DESC",
}
View Source
var QueryCondition_Order_value = map[string]int32{
"NONE": 0,
"ASC": 1,
"DESC": 2,
}
View Source
var ResourceBoundary_name = map[int32]string{
0: "RESOURCE_BOUNDARY_UNDEFINED",
1: "RESOURCE_RAW",
2: "RESOURCE_UPPER_BOUND",
3: "RESOURCE_LOWER_BOUND",
}
View Source
var ResourceBoundary_value = map[string]int32{
"RESOURCE_BOUNDARY_UNDEFINED": 0,
"RESOURCE_RAW": 1,
"RESOURCE_UPPER_BOUND": 2,
"RESOURCE_LOWER_BOUND": 3,
}
View Source
var ResourceName_name = map[int32]string{
0: "RESOURCE_NAME_UNDEFINED",
1: "CPU",
2: "MEMORY",
}
View Source
var ResourceName_value = map[string]int32{
"RESOURCE_NAME_UNDEFINED": 0,
"CPU": 1,
"MEMORY": 2,
}
View Source
var ResourceQuota_name = map[int32]string{
0: "RESOURCE_QUOTA_UNDEFINED",
1: "RESOURCE_LIMIT",
2: "RESOURCE_REQUEST",
3: "RESOURCE_INITIAL_LIMIT",
4: "RESOURCE_INITIAL_REQUEST",
}
View Source
var ResourceQuota_value = map[string]int32{
"RESOURCE_QUOTA_UNDEFINED": 0,
"RESOURCE_LIMIT": 1,
"RESOURCE_REQUEST": 2,
"RESOURCE_INITIAL_LIMIT": 3,
"RESOURCE_INITIAL_REQUEST": 4,
}
View Source
var TimeRange_AggregateFunction_name = map[int32]string{
0: "NONE",
1: "MAX",
2: "AVG",
}
View Source
var TimeRange_AggregateFunction_value = map[string]int32{
"NONE": 0,
"MAX": 1,
"AVG": 2,
}
Functions ¶
This section is empty.
Types ¶
type ColumnType ¶
type ColumnType int32
const ( ColumnType_COLUMNTYPE_UDEFINED ColumnType = 0 ColumnType_COLUMNTYPE_TAG ColumnType = 1 ColumnType_COLUMNTYPE_FIELD ColumnType = 2 )
func (ColumnType) EnumDescriptor ¶
func (ColumnType) EnumDescriptor() ([]byte, []int)
func (ColumnType) String ¶
func (x ColumnType) String() string
type Condition ¶
type Condition struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` Operators []string `protobuf:"bytes,3,rep,name=operators,proto3" json:"operators,omitempty"` Types []DataType `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Condition) Descriptor ¶
func (*Condition) GetOperators ¶
func (*Condition) ProtoMessage ¶
func (*Condition) ProtoMessage()
func (*Condition) XXX_DiscardUnknown ¶
func (m *Condition) XXX_DiscardUnknown()
func (*Condition) XXX_Marshal ¶
func (*Condition) XXX_Unmarshal ¶
type DataType ¶
type DataType int32
const ( DataType_DATATYPE_UNDEFINED DataType = 0 DataType_DATATYPE_BOOL DataType = 1 DataType_DATATYPE_INT DataType = 2 DataType_DATATYPE_INT8 DataType = 3 DataType_DATATYPE_INT16 DataType = 4 DataType_DATATYPE_INT32 DataType = 5 DataType_DATATYPE_INT64 DataType = 6 DataType_DATATYPE_UINT DataType = 7 DataType_DATATYPE_UINT8 DataType = 8 DataType_DATATYPE_UINT16 DataType = 9 DataType_DATATYPE_UINT32 DataType = 10 DataType_DATATYPE_UTIN64 DataType = 11 DataType_DATATYPE_FLOAT32 DataType = 12 DataType_DATATYPE_FLOAT64 DataType = 13 DataType_DATATYPE_STRING DataType = 14 )
func (DataType) EnumDescriptor ¶
type Group ¶
type Group struct { Columns []string `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"` Rows []*Row `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Group) Descriptor ¶
func (*Group) GetColumns ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) XXX_DiscardUnknown ¶
func (m *Group) XXX_DiscardUnknown()
func (*Group) XXX_Marshal ¶
func (*Group) XXX_Unmarshal ¶
type MetricData ¶
type MetricData struct { MetricType MetricType `` /* 153-byte string literal not displayed */ Data []*Sample `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` Granularity int64 `protobuf:"varint,3,opt,name=granularity,proto3" json:"granularity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
* Represents a piece of metreic data
func (*MetricData) Descriptor ¶
func (*MetricData) Descriptor() ([]byte, []int)
func (*MetricData) GetData ¶
func (m *MetricData) GetData() []*Sample
func (*MetricData) GetGranularity ¶
func (m *MetricData) GetGranularity() int64
func (*MetricData) GetMetricType ¶
func (m *MetricData) GetMetricType() MetricType
func (*MetricData) ProtoMessage ¶
func (*MetricData) ProtoMessage()
func (*MetricData) Reset ¶
func (m *MetricData) Reset()
func (*MetricData) String ¶
func (m *MetricData) String() string
func (*MetricData) XXX_DiscardUnknown ¶
func (m *MetricData) XXX_DiscardUnknown()
func (*MetricData) XXX_Marshal ¶
func (m *MetricData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MetricData) XXX_Merge ¶
func (m *MetricData) XXX_Merge(src proto.Message)
func (*MetricData) XXX_Size ¶
func (m *MetricData) XXX_Size() int
func (*MetricData) XXX_Unmarshal ¶
func (m *MetricData) XXX_Unmarshal(b []byte) error
type MetricType ¶
type MetricType int32
* Metric type. A metric may be either CPU or memory.
const ( MetricType_METRICS_TYPE_UNDEFINED MetricType = 0 MetricType_CPU_USAGE_SECONDS_PERCENTAGE MetricType = 1 MetricType_MEMORY_USAGE_BYTES MetricType = 2 MetricType_POWER_USAGE_WATTS MetricType = 3 MetricType_TEMPERATURE_CELSIUS MetricType = 4 MetricType_DUTY_CYCLE MetricType = 5 MetricType_CURRENT_OFFSET MetricType = 6 MetricType_LAG MetricType = 7 )
func (MetricType) EnumDescriptor ¶
func (MetricType) EnumDescriptor() ([]byte, []int)
func (MetricType) String ¶
func (x MetricType) String() string
type QueryCondition ¶
type QueryCondition struct { TimeRange *TimeRange `protobuf:"bytes,1,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` Order QueryCondition_Order `` /* 135-byte string literal not displayed */ WhereClause string `protobuf:"bytes,3,opt,name=where_clause,json=whereClause,proto3" json:"where_clause,omitempty"` WhereCondition []*Condition `protobuf:"bytes,4,rep,name=where_condition,json=whereCondition,proto3" json:"where_condition,omitempty"` Selects []string `protobuf:"bytes,5,rep,name=selects,proto3" json:"selects,omitempty"` Groups []string `protobuf:"bytes,6,rep,name=groups,proto3" json:"groups,omitempty"` Limit uint64 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryCondition) Descriptor ¶
func (*QueryCondition) Descriptor() ([]byte, []int)
func (*QueryCondition) GetGroups ¶
func (m *QueryCondition) GetGroups() []string
func (*QueryCondition) GetLimit ¶
func (m *QueryCondition) GetLimit() uint64
func (*QueryCondition) GetOrder ¶
func (m *QueryCondition) GetOrder() QueryCondition_Order
func (*QueryCondition) GetSelects ¶
func (m *QueryCondition) GetSelects() []string
func (*QueryCondition) GetTimeRange ¶
func (m *QueryCondition) GetTimeRange() *TimeRange
func (*QueryCondition) GetWhereClause ¶
func (m *QueryCondition) GetWhereClause() string
func (*QueryCondition) GetWhereCondition ¶
func (m *QueryCondition) GetWhereCondition() []*Condition
func (*QueryCondition) ProtoMessage ¶
func (*QueryCondition) ProtoMessage()
func (*QueryCondition) Reset ¶
func (m *QueryCondition) Reset()
func (*QueryCondition) String ¶
func (m *QueryCondition) String() string
func (*QueryCondition) XXX_DiscardUnknown ¶
func (m *QueryCondition) XXX_DiscardUnknown()
func (*QueryCondition) XXX_Marshal ¶
func (m *QueryCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCondition) XXX_Merge ¶
func (m *QueryCondition) XXX_Merge(src proto.Message)
func (*QueryCondition) XXX_Size ¶
func (m *QueryCondition) XXX_Size() int
func (*QueryCondition) XXX_Unmarshal ¶
func (m *QueryCondition) XXX_Unmarshal(b []byte) error
type QueryCondition_Order ¶
type QueryCondition_Order int32
const ( QueryCondition_NONE QueryCondition_Order = 0 QueryCondition_ASC QueryCondition_Order = 1 QueryCondition_DESC QueryCondition_Order = 2 )
func (QueryCondition_Order) EnumDescriptor ¶
func (QueryCondition_Order) EnumDescriptor() ([]byte, []int)
func (QueryCondition_Order) String ¶
func (x QueryCondition_Order) String() string
type ReadData ¶
type ReadData struct { Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadData) Descriptor ¶
func (*ReadData) ProtoMessage ¶
func (*ReadData) ProtoMessage()
func (*ReadData) XXX_DiscardUnknown ¶
func (m *ReadData) XXX_DiscardUnknown()
func (*ReadData) XXX_Marshal ¶
func (*ReadData) XXX_Unmarshal ¶
type ResourceBoundary ¶
type ResourceBoundary int32
const ( ResourceBoundary_RESOURCE_BOUNDARY_UNDEFINED ResourceBoundary = 0 ResourceBoundary_RESOURCE_RAW ResourceBoundary = 1 ResourceBoundary_RESOURCE_UPPER_BOUND ResourceBoundary = 2 ResourceBoundary_RESOURCE_LOWER_BOUND ResourceBoundary = 3 )
func (ResourceBoundary) EnumDescriptor ¶
func (ResourceBoundary) EnumDescriptor() ([]byte, []int)
func (ResourceBoundary) String ¶
func (x ResourceBoundary) String() string
type ResourceName ¶
type ResourceName int32
const ( ResourceName_RESOURCE_NAME_UNDEFINED ResourceName = 0 ResourceName_CPU ResourceName = 1 ResourceName_MEMORY ResourceName = 2 )
func (ResourceName) EnumDescriptor ¶
func (ResourceName) EnumDescriptor() ([]byte, []int)
func (ResourceName) String ¶
func (x ResourceName) String() string
type ResourceQuota ¶
type ResourceQuota int32
const ( ResourceQuota_RESOURCE_QUOTA_UNDEFINED ResourceQuota = 0 ResourceQuota_RESOURCE_LIMIT ResourceQuota = 1 ResourceQuota_RESOURCE_REQUEST ResourceQuota = 2 ResourceQuota_RESOURCE_INITIAL_LIMIT ResourceQuota = 3 ResourceQuota_RESOURCE_INITIAL_REQUEST ResourceQuota = 4 )
func (ResourceQuota) EnumDescriptor ¶
func (ResourceQuota) EnumDescriptor() ([]byte, []int)
func (ResourceQuota) String ¶
func (x ResourceQuota) String() string
type Row ¶
type Row struct { Time *timestamp.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Row) Descriptor ¶
func (*Row) ProtoMessage ¶
func (*Row) ProtoMessage()
func (*Row) XXX_DiscardUnknown ¶
func (m *Row) XXX_DiscardUnknown()
func (*Row) XXX_Unmarshal ¶
type Sample ¶
type Sample struct { Time *timestamp.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` EndTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` NumValue string `protobuf:"bytes,3,opt,name=num_value,json=numValue,proto3" json:"num_value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
* Represents a data point of time-series metric data
func (*Sample) Descriptor ¶
func (*Sample) GetEndTime ¶
func (*Sample) GetNumValue ¶
func (*Sample) ProtoMessage ¶
func (*Sample) ProtoMessage()
func (*Sample) XXX_DiscardUnknown ¶
func (m *Sample) XXX_DiscardUnknown()
func (*Sample) XXX_Marshal ¶
func (*Sample) XXX_Unmarshal ¶
type TimeRange ¶
type TimeRange struct { StartTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` Step *duration.Duration `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"` AggregateFunction TimeRange_AggregateFunction `` /* 166-byte string literal not displayed */ ApplyTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
* Represents a time range definition
func (*TimeRange) Descriptor ¶
func (*TimeRange) GetAggregateFunction ¶
func (m *TimeRange) GetAggregateFunction() TimeRange_AggregateFunction
func (*TimeRange) GetApplyTime ¶
func (*TimeRange) GetEndTime ¶
func (*TimeRange) GetStartTime ¶
func (*TimeRange) ProtoMessage ¶
func (*TimeRange) ProtoMessage()
func (*TimeRange) XXX_DiscardUnknown ¶
func (m *TimeRange) XXX_DiscardUnknown()
func (*TimeRange) XXX_Marshal ¶
func (*TimeRange) XXX_Unmarshal ¶
type TimeRange_AggregateFunction ¶
type TimeRange_AggregateFunction int32
const ( TimeRange_NONE TimeRange_AggregateFunction = 0 TimeRange_MAX TimeRange_AggregateFunction = 1 TimeRange_AVG TimeRange_AggregateFunction = 2 )
func (TimeRange_AggregateFunction) EnumDescriptor ¶
func (TimeRange_AggregateFunction) EnumDescriptor() ([]byte, []int)
func (TimeRange_AggregateFunction) String ¶
func (x TimeRange_AggregateFunction) String() string
type WriteData ¶
type WriteData struct { Columns []string `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"` Rows []*Row `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WriteData) Descriptor ¶
func (*WriteData) GetColumns ¶
func (*WriteData) ProtoMessage ¶
func (*WriteData) ProtoMessage()
func (*WriteData) XXX_DiscardUnknown ¶
func (m *WriteData) XXX_DiscardUnknown()
func (*WriteData) XXX_Marshal ¶
func (*WriteData) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.