Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CSEQ ¶
type CSEQ interface { // Query accepts a list of object ids as a query, a desired resultSet size. The result size specified is not // guaranteed, and the actual result set returned could be smaller if not enough matches are found. Query(query []int, resultSetSize int, noOverlap bool) ([]*QueueNode, error) QueryExplicit(query []int, resultSetSize int, cutoffDist float64, cellSplitParam int, noOverlap bool) ([]*QueueNode, error) }
Click to show internal directories.
Click to hide internal directories.