Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericPointIndexer ¶
type GenericPointIndexer struct {
// contains filtered or unexported fields
}
GenericPointIndexer implements the targets.PointIndexer where the input for the hash function is provided as an input function
func NewGenericPointIndexer ¶
func NewGenericPointIndexer(maxPartitions uint, propertySelector hashPropertySelectFn) *GenericPointIndexer
func (*GenericPointIndexer) GetIndex ¶
func (g *GenericPointIndexer) GetIndex(point data.LoadedPoint) uint
Click to show internal directories.
Click to hide internal directories.