Documentation ¶
Index ¶
- Variables
- type BaseStats
- func (*BaseStats) Descriptor() ([]byte, []int)deprecated
- func (x *BaseStats) GetBounceRate() float64
- func (x *BaseStats) GetDuration() float64
- func (x *BaseStats) GetPageViews() int64
- func (x *BaseStats) GetVisitors() int64
- func (x *BaseStats) GetVisits() int64
- func (m *BaseStats) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BaseStats) MarshalToVT(dAtA []byte) (int, error)
- func (m *BaseStats) MarshalVT() (dAtA []byte, err error)
- func (*BaseStats) ProtoMessage()
- func (x *BaseStats) ProtoReflect() protoreflect.Message
- func (x *BaseStats) Reset()
- func (m *BaseStats) SizeVT() (n int)
- func (x *BaseStats) String() string
- func (m *BaseStats) UnmarshalVT(dAtA []byte) error
- type BlockInfo
- func (*BlockInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BlockInfo) GetCreatedAt() *timestamppb.Timestamp
- func (x *BlockInfo) GetDomain() string
- func (x *BlockInfo) GetId() string
- func (x *BlockInfo) GetMax() int64
- func (x *BlockInfo) GetMin() int64
- func (x *BlockInfo) GetStats() *BaseStats
- func (m *BlockInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BlockInfo) MarshalToVT(dAtA []byte) (int, error)
- func (m *BlockInfo) MarshalVT() (dAtA []byte, err error)
- func (*BlockInfo) ProtoMessage()
- func (x *BlockInfo) ProtoReflect() protoreflect.Message
- func (x *BlockInfo) Reset()
- func (m *BlockInfo) SizeVT() (n int)
- func (x *BlockInfo) String() string
- func (m *BlockInfo) UnmarshalVT(dAtA []byte) error
- type ColumnIndex
- func (*ColumnIndex) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnIndex) GetMax() int64
- func (x *ColumnIndex) GetMin() int64
- func (x *ColumnIndex) GetRowGroups() []*ColumnIndex_RowGroup
- func (m *ColumnIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ColumnIndex) MarshalToVT(dAtA []byte) (int, error)
- func (m *ColumnIndex) MarshalVT() (dAtA []byte, err error)
- func (*ColumnIndex) ProtoMessage()
- func (x *ColumnIndex) ProtoReflect() protoreflect.Message
- func (x *ColumnIndex) Reset()
- func (m *ColumnIndex) SizeVT() (n int)
- func (x *ColumnIndex) String() string
- func (m *ColumnIndex) UnmarshalVT(dAtA []byte) error
- type ColumnIndex_Page
- func (*ColumnIndex_Page) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnIndex_Page) GetMax() int64
- func (x *ColumnIndex_Page) GetMin() int64
- func (m *ColumnIndex_Page) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ColumnIndex_Page) MarshalToVT(dAtA []byte) (int, error)
- func (m *ColumnIndex_Page) MarshalVT() (dAtA []byte, err error)
- func (*ColumnIndex_Page) ProtoMessage()
- func (x *ColumnIndex_Page) ProtoReflect() protoreflect.Message
- func (x *ColumnIndex_Page) Reset()
- func (m *ColumnIndex_Page) SizeVT() (n int)
- func (x *ColumnIndex_Page) String() string
- func (m *ColumnIndex_Page) UnmarshalVT(dAtA []byte) error
- type ColumnIndex_RowGroup
- func (*ColumnIndex_RowGroup) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnIndex_RowGroup) GetBloomFilter() []byte
- func (x *ColumnIndex_RowGroup) GetMax() int64
- func (x *ColumnIndex_RowGroup) GetMin() int64
- func (x *ColumnIndex_RowGroup) GetPages() []*ColumnIndex_Page
- func (m *ColumnIndex_RowGroup) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ColumnIndex_RowGroup) MarshalToVT(dAtA []byte) (int, error)
- func (m *ColumnIndex_RowGroup) MarshalVT() (dAtA []byte, err error)
- func (*ColumnIndex_RowGroup) ProtoMessage()
- func (x *ColumnIndex_RowGroup) ProtoReflect() protoreflect.Message
- func (x *ColumnIndex_RowGroup) Reset()
- func (m *ColumnIndex_RowGroup) SizeVT() (n int)
- func (x *ColumnIndex_RowGroup) String() string
- func (m *ColumnIndex_RowGroup) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_vince_blocks_v1_blocks_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BaseStats ¶ added in v0.0.46
type BaseStats struct { PageViews int64 `protobuf:"varint,1,opt,name=page_views,json=pageViews,proto3" json:"page_views,omitempty"` Visitors int64 `protobuf:"varint,2,opt,name=visitors,proto3" json:"visitors,omitempty"` Visits int64 `protobuf:"varint,3,opt,name=visits,proto3" json:"visits,omitempty"` Duration float64 `protobuf:"fixed64,4,opt,name=duration,proto3" json:"duration,omitempty"` BounceRate float64 `protobuf:"fixed64,5,opt,name=bounce_rate,json=bounceRate,proto3" json:"bounce_rate,omitempty"` // contains filtered or unexported fields }
func (*BaseStats) Descriptor
deprecated
added in
v0.0.46
func (*BaseStats) GetBounceRate ¶ added in v0.0.46
func (*BaseStats) GetDuration ¶ added in v0.0.46
func (*BaseStats) GetPageViews ¶ added in v0.0.46
func (*BaseStats) GetVisitors ¶ added in v0.0.46
func (*BaseStats) MarshalToSizedBufferVT ¶ added in v0.0.46
func (*BaseStats) MarshalToVT ¶ added in v0.0.46
func (*BaseStats) ProtoMessage ¶ added in v0.0.46
func (*BaseStats) ProtoMessage()
func (*BaseStats) ProtoReflect ¶ added in v0.0.46
func (x *BaseStats) ProtoReflect() protoreflect.Message
func (*BaseStats) UnmarshalVT ¶ added in v0.0.46
type BlockInfo ¶ added in v0.0.41
type BlockInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` Min int64 `protobuf:"varint,3,opt,name=min,proto3" json:"min,omitempty"` Max int64 `protobuf:"varint,4,opt,name=max,proto3" json:"max,omitempty"` Stats *BaseStats `protobuf:"bytes,5,opt,name=stats,proto3" json:"stats,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*BlockInfo) Descriptor
deprecated
added in
v0.0.41
func (*BlockInfo) GetCreatedAt ¶ added in v0.0.46
func (x *BlockInfo) GetCreatedAt() *timestamppb.Timestamp
func (*BlockInfo) MarshalToSizedBufferVT ¶ added in v0.0.41
func (*BlockInfo) MarshalToVT ¶ added in v0.0.41
func (*BlockInfo) ProtoMessage ¶ added in v0.0.41
func (*BlockInfo) ProtoMessage()
func (*BlockInfo) ProtoReflect ¶ added in v0.0.41
func (x *BlockInfo) ProtoReflect() protoreflect.Message
func (*BlockInfo) UnmarshalVT ¶ added in v0.0.41
type ColumnIndex ¶ added in v0.0.41
type ColumnIndex struct { RowGroups []*ColumnIndex_RowGroup `protobuf:"bytes,1,rep,name=row_groups,json=rowGroups,proto3" json:"row_groups,omitempty"` Min int64 `protobuf:"varint,2,opt,name=min,proto3" json:"min,omitempty"` Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` // contains filtered or unexported fields }
func (*ColumnIndex) Descriptor
deprecated
added in
v0.0.41
func (*ColumnIndex) Descriptor() ([]byte, []int)
Deprecated: Use ColumnIndex.ProtoReflect.Descriptor instead.
func (*ColumnIndex) GetMax ¶ added in v0.0.41
func (x *ColumnIndex) GetMax() int64
func (*ColumnIndex) GetMin ¶ added in v0.0.41
func (x *ColumnIndex) GetMin() int64
func (*ColumnIndex) GetRowGroups ¶ added in v0.0.41
func (x *ColumnIndex) GetRowGroups() []*ColumnIndex_RowGroup
func (*ColumnIndex) MarshalToSizedBufferVT ¶ added in v0.0.41
func (m *ColumnIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ColumnIndex) MarshalToVT ¶ added in v0.0.41
func (m *ColumnIndex) MarshalToVT(dAtA []byte) (int, error)
func (*ColumnIndex) MarshalVT ¶ added in v0.0.41
func (m *ColumnIndex) MarshalVT() (dAtA []byte, err error)
func (*ColumnIndex) ProtoMessage ¶ added in v0.0.41
func (*ColumnIndex) ProtoMessage()
func (*ColumnIndex) ProtoReflect ¶ added in v0.0.41
func (x *ColumnIndex) ProtoReflect() protoreflect.Message
func (*ColumnIndex) Reset ¶ added in v0.0.41
func (x *ColumnIndex) Reset()
func (*ColumnIndex) SizeVT ¶ added in v0.0.41
func (m *ColumnIndex) SizeVT() (n int)
func (*ColumnIndex) String ¶ added in v0.0.41
func (x *ColumnIndex) String() string
func (*ColumnIndex) UnmarshalVT ¶ added in v0.0.41
func (m *ColumnIndex) UnmarshalVT(dAtA []byte) error
type ColumnIndex_Page ¶ added in v0.0.41
type ColumnIndex_Page struct { Min int64 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"` Max int64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"` // contains filtered or unexported fields }
func (*ColumnIndex_Page) Descriptor
deprecated
added in
v0.0.41
func (*ColumnIndex_Page) Descriptor() ([]byte, []int)
Deprecated: Use ColumnIndex_Page.ProtoReflect.Descriptor instead.
func (*ColumnIndex_Page) GetMax ¶ added in v0.0.41
func (x *ColumnIndex_Page) GetMax() int64
func (*ColumnIndex_Page) GetMin ¶ added in v0.0.41
func (x *ColumnIndex_Page) GetMin() int64
func (*ColumnIndex_Page) MarshalToSizedBufferVT ¶ added in v0.0.41
func (m *ColumnIndex_Page) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ColumnIndex_Page) MarshalToVT ¶ added in v0.0.41
func (m *ColumnIndex_Page) MarshalToVT(dAtA []byte) (int, error)
func (*ColumnIndex_Page) MarshalVT ¶ added in v0.0.41
func (m *ColumnIndex_Page) MarshalVT() (dAtA []byte, err error)
func (*ColumnIndex_Page) ProtoMessage ¶ added in v0.0.41
func (*ColumnIndex_Page) ProtoMessage()
func (*ColumnIndex_Page) ProtoReflect ¶ added in v0.0.41
func (x *ColumnIndex_Page) ProtoReflect() protoreflect.Message
func (*ColumnIndex_Page) Reset ¶ added in v0.0.41
func (x *ColumnIndex_Page) Reset()
func (*ColumnIndex_Page) SizeVT ¶ added in v0.0.41
func (m *ColumnIndex_Page) SizeVT() (n int)
func (*ColumnIndex_Page) String ¶ added in v0.0.41
func (x *ColumnIndex_Page) String() string
func (*ColumnIndex_Page) UnmarshalVT ¶ added in v0.0.41
func (m *ColumnIndex_Page) UnmarshalVT(dAtA []byte) error
type ColumnIndex_RowGroup ¶ added in v0.0.41
type ColumnIndex_RowGroup struct { Min int64 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"` Max int64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"` BloomFilter []byte `protobuf:"bytes,3,opt,name=bloom_filter,json=bloomFilter,proto3" json:"bloom_filter,omitempty"` // This will only be set for timestamp columns Pages []*ColumnIndex_Page `protobuf:"bytes,4,rep,name=pages,proto3" json:"pages,omitempty"` // contains filtered or unexported fields }
func (*ColumnIndex_RowGroup) Descriptor
deprecated
added in
v0.0.41
func (*ColumnIndex_RowGroup) Descriptor() ([]byte, []int)
Deprecated: Use ColumnIndex_RowGroup.ProtoReflect.Descriptor instead.
func (*ColumnIndex_RowGroup) GetBloomFilter ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) GetBloomFilter() []byte
func (*ColumnIndex_RowGroup) GetMax ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) GetMax() int64
func (*ColumnIndex_RowGroup) GetMin ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) GetMin() int64
func (*ColumnIndex_RowGroup) GetPages ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) GetPages() []*ColumnIndex_Page
func (*ColumnIndex_RowGroup) MarshalToSizedBufferVT ¶ added in v0.0.41
func (m *ColumnIndex_RowGroup) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ColumnIndex_RowGroup) MarshalToVT ¶ added in v0.0.41
func (m *ColumnIndex_RowGroup) MarshalToVT(dAtA []byte) (int, error)
func (*ColumnIndex_RowGroup) MarshalVT ¶ added in v0.0.41
func (m *ColumnIndex_RowGroup) MarshalVT() (dAtA []byte, err error)
func (*ColumnIndex_RowGroup) ProtoMessage ¶ added in v0.0.41
func (*ColumnIndex_RowGroup) ProtoMessage()
func (*ColumnIndex_RowGroup) ProtoReflect ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) ProtoReflect() protoreflect.Message
func (*ColumnIndex_RowGroup) Reset ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) Reset()
func (*ColumnIndex_RowGroup) SizeVT ¶ added in v0.0.41
func (m *ColumnIndex_RowGroup) SizeVT() (n int)
func (*ColumnIndex_RowGroup) String ¶ added in v0.0.41
func (x *ColumnIndex_RowGroup) String() string
func (*ColumnIndex_RowGroup) UnmarshalVT ¶ added in v0.0.41
func (m *ColumnIndex_RowGroup) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.