Documentation ¶
Index ¶
- func Decode(b []byte) (i uint64)
- func Encode(V uint64) []byte
- func SplitOff(b []byte) (n, r []byte)
- func SplitOffSecond(b []byte) (n, r []byte)
- type BrinElement
- type BrinNode
- func (b *BrinNode) DecodeMsgpack(src *msgpack.Decoder) error
- func (b *BrinNode) Distance(c *BrinNode) uint64
- func (b *BrinNode) DistanceLog(c *BrinNode) float64
- func (b *BrinNode) EncodeMsgpack(dst *msgpack.Encoder) error
- func (b BrinNode) FillFactorLog() float64
- func (b *BrinNode) Length() uint64
- func (b *BrinNode) Merge(c *BrinNode)
- func (b *BrinNode) Single(I, K uint64)
- type BrinStruct
- type TSIndex
- type TSRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitOffSecond ¶
Types ¶
type BrinElement ¶
type BrinElement []BrinNode
func (BrinElement) Len ¶
func (b BrinElement) Len() int
func (BrinElement) Less ¶
func (b BrinElement) Less(i, j int) bool
func (BrinElement) Swap ¶
func (b BrinElement) Swap(i, j int)
type BrinNode ¶
func (*BrinNode) DistanceLog ¶
type BrinStruct ¶
type BrinStruct struct {
Low, High uint64
Elems BrinElement
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.