Documentation ¶
Index ¶
- Variables
- type BlockIndex
- func (*BlockIndex) Descriptor() ([]byte, []int)deprecated
- func (x *BlockIndex) GetBloom() []*BlockIndex_Bloom
- func (x *BlockIndex) GetTimeRange() []*BlockIndex_Range
- func (m *BlockIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BlockIndex) MarshalToVT(dAtA []byte) (int, error)
- func (m *BlockIndex) MarshalVT() (dAtA []byte, err error)
- func (*BlockIndex) ProtoMessage()
- func (x *BlockIndex) ProtoReflect() protoreflect.Message
- func (x *BlockIndex) Reset()
- func (m *BlockIndex) SizeVT() (n int)
- func (x *BlockIndex) String() string
- func (m *BlockIndex) UnmarshalVT(dAtA []byte) error
- type BlockIndex_Bloom
- func (*BlockIndex_Bloom) Descriptor() ([]byte, []int)deprecated
- func (x *BlockIndex_Bloom) GetFilters() map[string][]byte
- func (m *BlockIndex_Bloom) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BlockIndex_Bloom) MarshalToVT(dAtA []byte) (int, error)
- func (m *BlockIndex_Bloom) MarshalVT() (dAtA []byte, err error)
- func (*BlockIndex_Bloom) ProtoMessage()
- func (x *BlockIndex_Bloom) ProtoReflect() protoreflect.Message
- func (x *BlockIndex_Bloom) Reset()
- func (m *BlockIndex_Bloom) SizeVT() (n int)
- func (x *BlockIndex_Bloom) String() string
- func (m *BlockIndex_Bloom) UnmarshalVT(dAtA []byte) error
- type BlockIndex_Range
- func (*BlockIndex_Range) Descriptor() ([]byte, []int)deprecated
- func (x *BlockIndex_Range) GetMax() int64
- func (x *BlockIndex_Range) GetMin() int64
- func (m *BlockIndex_Range) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BlockIndex_Range) MarshalToVT(dAtA []byte) (int, error)
- func (m *BlockIndex_Range) MarshalVT() (dAtA []byte, err error)
- func (*BlockIndex_Range) ProtoMessage()
- func (x *BlockIndex_Range) ProtoReflect() protoreflect.Message
- func (x *BlockIndex_Range) Reset()
- func (m *BlockIndex_Range) SizeVT() (n int)
- func (x *BlockIndex_Range) String() string
- func (m *BlockIndex_Range) 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 BlockIndex ¶
type BlockIndex struct { Bloom []*BlockIndex_Bloom `protobuf:"bytes,1,rep,name=bloom,proto3" json:"bloom,omitempty"` // A list of min/max timestamp observed per row group TimeRange []*BlockIndex_Range `protobuf:"bytes,2,rep,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` // contains filtered or unexported fields }
func (*BlockIndex) Descriptor
deprecated
func (*BlockIndex) Descriptor() ([]byte, []int)
Deprecated: Use BlockIndex.ProtoReflect.Descriptor instead.
func (*BlockIndex) GetBloom ¶ added in v0.0.34
func (x *BlockIndex) GetBloom() []*BlockIndex_Bloom
func (*BlockIndex) GetTimeRange ¶
func (x *BlockIndex) GetTimeRange() []*BlockIndex_Range
func (*BlockIndex) MarshalToSizedBufferVT ¶
func (m *BlockIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BlockIndex) MarshalToVT ¶
func (m *BlockIndex) MarshalToVT(dAtA []byte) (int, error)
func (*BlockIndex) MarshalVT ¶
func (m *BlockIndex) MarshalVT() (dAtA []byte, err error)
func (*BlockIndex) ProtoMessage ¶
func (*BlockIndex) ProtoMessage()
func (*BlockIndex) ProtoReflect ¶
func (x *BlockIndex) ProtoReflect() protoreflect.Message
func (*BlockIndex) Reset ¶
func (x *BlockIndex) Reset()
func (*BlockIndex) SizeVT ¶
func (m *BlockIndex) SizeVT() (n int)
func (*BlockIndex) String ¶
func (x *BlockIndex) String() string
func (*BlockIndex) UnmarshalVT ¶
func (m *BlockIndex) UnmarshalVT(dAtA []byte) error
type BlockIndex_Bloom ¶ added in v0.0.34
type BlockIndex_Bloom struct { Filters map[string][]byte `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BlockIndex_Bloom) Descriptor
deprecated
added in
v0.0.34
func (*BlockIndex_Bloom) Descriptor() ([]byte, []int)
Deprecated: Use BlockIndex_Bloom.ProtoReflect.Descriptor instead.
func (*BlockIndex_Bloom) GetFilters ¶ added in v0.0.34
func (x *BlockIndex_Bloom) GetFilters() map[string][]byte
func (*BlockIndex_Bloom) MarshalToSizedBufferVT ¶ added in v0.0.34
func (m *BlockIndex_Bloom) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BlockIndex_Bloom) MarshalToVT ¶ added in v0.0.34
func (m *BlockIndex_Bloom) MarshalToVT(dAtA []byte) (int, error)
func (*BlockIndex_Bloom) MarshalVT ¶ added in v0.0.34
func (m *BlockIndex_Bloom) MarshalVT() (dAtA []byte, err error)
func (*BlockIndex_Bloom) ProtoMessage ¶ added in v0.0.34
func (*BlockIndex_Bloom) ProtoMessage()
func (*BlockIndex_Bloom) ProtoReflect ¶ added in v0.0.34
func (x *BlockIndex_Bloom) ProtoReflect() protoreflect.Message
func (*BlockIndex_Bloom) Reset ¶ added in v0.0.34
func (x *BlockIndex_Bloom) Reset()
func (*BlockIndex_Bloom) SizeVT ¶ added in v0.0.34
func (m *BlockIndex_Bloom) SizeVT() (n int)
func (*BlockIndex_Bloom) String ¶ added in v0.0.34
func (x *BlockIndex_Bloom) String() string
func (*BlockIndex_Bloom) UnmarshalVT ¶ added in v0.0.34
func (m *BlockIndex_Bloom) UnmarshalVT(dAtA []byte) error
type BlockIndex_Range ¶
type BlockIndex_Range 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 (*BlockIndex_Range) Descriptor
deprecated
func (*BlockIndex_Range) Descriptor() ([]byte, []int)
Deprecated: Use BlockIndex_Range.ProtoReflect.Descriptor instead.
func (*BlockIndex_Range) GetMax ¶
func (x *BlockIndex_Range) GetMax() int64
func (*BlockIndex_Range) GetMin ¶
func (x *BlockIndex_Range) GetMin() int64
func (*BlockIndex_Range) MarshalToSizedBufferVT ¶
func (m *BlockIndex_Range) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BlockIndex_Range) MarshalToVT ¶
func (m *BlockIndex_Range) MarshalToVT(dAtA []byte) (int, error)
func (*BlockIndex_Range) MarshalVT ¶
func (m *BlockIndex_Range) MarshalVT() (dAtA []byte, err error)
func (*BlockIndex_Range) ProtoMessage ¶
func (*BlockIndex_Range) ProtoMessage()
func (*BlockIndex_Range) ProtoReflect ¶
func (x *BlockIndex_Range) ProtoReflect() protoreflect.Message
func (*BlockIndex_Range) Reset ¶
func (x *BlockIndex_Range) Reset()
func (*BlockIndex_Range) SizeVT ¶
func (m *BlockIndex_Range) SizeVT() (n int)
func (*BlockIndex_Range) String ¶
func (x *BlockIndex_Range) String() string
func (*BlockIndex_Range) UnmarshalVT ¶
func (m *BlockIndex_Range) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.