package
6.7.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

EstimateMapSize returns the estimated size of the map.
NewFloat64Set builds a float64 set.
NewFloat64SetWithMemoryUsage builds a float64 set.
NewInt64Set builds a Int64Set.
NewInt64SetWithMemoryUsage builds an int64 set.
NewIntSet builds a IntSet.
NewMemAwareMap creates a new MemAwareMap.
NewStringSet builds a string set.
NewStringSetWithMemoryUsage builds a string set.

# Structs

Float64SetWithMemoryUsage is a float64 set with memory usage.
Int64SetWithMemoryUsage is a int set with memory usage.
MemAwareMap is a map which is aware of its memory usage.
StringSetWithMemoryUsage is a string set with memory usage.

# Type aliases

Float64Set is a float64 set.
Int64Set is a int64 set.
IntSet is a int set.
StringSet is a string set.