Documentation ¶
Index ¶
- Variables
- type AggregateBackfillUserParams
- func (*AggregateBackfillUserParams) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateBackfillUserParams) GetFeatures() []string
- func (x *AggregateBackfillUserParams) GetResolver() string
- func (x *AggregateBackfillUserParams) GetTimestampColumnName() string
- func (*AggregateBackfillUserParams) ProtoMessage()
- func (x *AggregateBackfillUserParams) ProtoReflect() protoreflect.Message
- func (x *AggregateBackfillUserParams) Reset()
- func (x *AggregateBackfillUserParams) String() string
- type AggregateTimeSeries
- func (*AggregateTimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateTimeSeries) GetDependentFeatures() []string
- func (*AggregateTimeSeries) ProtoMessage()
- func (x *AggregateTimeSeries) ProtoReflect() protoreflect.Message
- func (x *AggregateTimeSeries) Reset()
- func (x *AggregateTimeSeries) String() string
- type PlanAggregateBackfillRequest
- func (*PlanAggregateBackfillRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PlanAggregateBackfillRequest) GetParams() *AggregateBackfillUserParams
- func (*PlanAggregateBackfillRequest) ProtoMessage()
- func (x *PlanAggregateBackfillRequest) ProtoReflect() protoreflect.Message
- func (x *PlanAggregateBackfillRequest) Reset()
- func (x *PlanAggregateBackfillRequest) String() string
- type PlanAggregateBackfillResponse
- func (*PlanAggregateBackfillResponse) Descriptor() ([]byte, []int)deprecated
- func (*PlanAggregateBackfillResponse) ProtoMessage()
- func (x *PlanAggregateBackfillResponse) ProtoReflect() protoreflect.Message
- func (x *PlanAggregateBackfillResponse) Reset()
- func (x *PlanAggregateBackfillResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_chalk_aggregate_v1_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AggregateBackfillUserParams ¶
type AggregateBackfillUserParams struct { Features []string `protobuf:"bytes,1,rep,name=features,proto3" json:"features,omitempty"` Resolver *string `protobuf:"bytes,2,opt,name=resolver,proto3,oneof" json:"resolver,omitempty"` TimestampColumnName *string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AggregateBackfillUserParams) Descriptor
deprecated
func (*AggregateBackfillUserParams) Descriptor() ([]byte, []int)
Deprecated: Use AggregateBackfillUserParams.ProtoReflect.Descriptor instead.
func (*AggregateBackfillUserParams) GetFeatures ¶
func (x *AggregateBackfillUserParams) GetFeatures() []string
func (*AggregateBackfillUserParams) GetResolver ¶
func (x *AggregateBackfillUserParams) GetResolver() string
func (*AggregateBackfillUserParams) GetTimestampColumnName ¶
func (x *AggregateBackfillUserParams) GetTimestampColumnName() string
func (*AggregateBackfillUserParams) ProtoMessage ¶
func (*AggregateBackfillUserParams) ProtoMessage()
func (*AggregateBackfillUserParams) ProtoReflect ¶
func (x *AggregateBackfillUserParams) ProtoReflect() protoreflect.Message
func (*AggregateBackfillUserParams) Reset ¶
func (x *AggregateBackfillUserParams) Reset()
func (*AggregateBackfillUserParams) String ¶
func (x *AggregateBackfillUserParams) String() string
type AggregateTimeSeries ¶
type AggregateTimeSeries struct { // The features which depend on this time series. DependentFeatures []string `protobuf:"bytes,1,rep,name=dependent_features,json=dependentFeatures,proto3" json:"dependent_features,omitempty"` // contains filtered or unexported fields }
func (*AggregateTimeSeries) Descriptor
deprecated
func (*AggregateTimeSeries) Descriptor() ([]byte, []int)
Deprecated: Use AggregateTimeSeries.ProtoReflect.Descriptor instead.
func (*AggregateTimeSeries) GetDependentFeatures ¶
func (x *AggregateTimeSeries) GetDependentFeatures() []string
func (*AggregateTimeSeries) ProtoMessage ¶
func (*AggregateTimeSeries) ProtoMessage()
func (*AggregateTimeSeries) ProtoReflect ¶
func (x *AggregateTimeSeries) ProtoReflect() protoreflect.Message
func (*AggregateTimeSeries) Reset ¶
func (x *AggregateTimeSeries) Reset()
func (*AggregateTimeSeries) String ¶
func (x *AggregateTimeSeries) String() string
type PlanAggregateBackfillRequest ¶
type PlanAggregateBackfillRequest struct { Params *AggregateBackfillUserParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*PlanAggregateBackfillRequest) Descriptor
deprecated
func (*PlanAggregateBackfillRequest) Descriptor() ([]byte, []int)
Deprecated: Use PlanAggregateBackfillRequest.ProtoReflect.Descriptor instead.
func (*PlanAggregateBackfillRequest) GetParams ¶
func (x *PlanAggregateBackfillRequest) GetParams() *AggregateBackfillUserParams
func (*PlanAggregateBackfillRequest) ProtoMessage ¶
func (*PlanAggregateBackfillRequest) ProtoMessage()
func (*PlanAggregateBackfillRequest) ProtoReflect ¶
func (x *PlanAggregateBackfillRequest) ProtoReflect() protoreflect.Message
func (*PlanAggregateBackfillRequest) Reset ¶
func (x *PlanAggregateBackfillRequest) Reset()
func (*PlanAggregateBackfillRequest) String ¶
func (x *PlanAggregateBackfillRequest) String() string
type PlanAggregateBackfillResponse ¶
type PlanAggregateBackfillResponse struct {
// contains filtered or unexported fields
}
func (*PlanAggregateBackfillResponse) Descriptor
deprecated
func (*PlanAggregateBackfillResponse) Descriptor() ([]byte, []int)
Deprecated: Use PlanAggregateBackfillResponse.ProtoReflect.Descriptor instead.
func (*PlanAggregateBackfillResponse) ProtoMessage ¶
func (*PlanAggregateBackfillResponse) ProtoMessage()
func (*PlanAggregateBackfillResponse) ProtoReflect ¶
func (x *PlanAggregateBackfillResponse) ProtoReflect() protoreflect.Message
func (*PlanAggregateBackfillResponse) Reset ¶
func (x *PlanAggregateBackfillResponse) Reset()
func (*PlanAggregateBackfillResponse) String ¶
func (x *PlanAggregateBackfillResponse) String() string
Click to show internal directories.
Click to hide internal directories.