hll_protobuf

package module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: MIT Imports: 4 Imported by: 1

README

hll-protobuf

Protobuf files for HyperLogLog serialisation. Companion repository for:

License

Distributed under MIT License. See LICENSE.md for more information.

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Sketch

type Sketch struct {
	Version   string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Registers []uint32 `protobuf:"varint,2,rep,packed,name=registers,proto3" json:"registers,omitempty"`
	// contains filtered or unexported fields
}

func (*Sketch) Descriptor deprecated

func (*Sketch) Descriptor() ([]byte, []int)

Deprecated: Use Sketch.ProtoReflect.Descriptor instead.

func (*Sketch) GetRegisters

func (x *Sketch) GetRegisters() []uint32

func (*Sketch) GetVersion

func (x *Sketch) GetVersion() string

func (*Sketch) ProtoMessage

func (*Sketch) ProtoMessage()

func (*Sketch) ProtoReflect

func (x *Sketch) ProtoReflect() protoreflect.Message

func (*Sketch) Reset

func (x *Sketch) Reset()

func (*Sketch) String

func (x *Sketch) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL