package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Functions

NewBloomFilterSet returns a new BloomFilterSet.
NewCandidateKey creates a candidateKey and returns as Candidate.
NewPkOracle returns pkOracle as PkOracle interface.
WithPartitionID returns CandidateFilter with provided partitionID.
WithSegmentIDs returns CandidateFilter with provided segment ids.
WithSegmentType returns CandiateFilter with provided segment type.
WithWorkerID returns CandidateFilter with provided worker id.

# Structs

BloomFilterSet is one implementation of Candidate with bloom filter in statslog.

# Interfaces

Candidate is the interface for pk oracle candidate.
PkOracle interface for pk oracle.

# Type aliases

CandidateFilter filter type for candidate.