package
1.0.11-rc3
Repository: https://github.com/orijtech/dgraph.git
Documentation: pkg.go.dev

# Functions

ApplyFilter applies a filter to our UIDList.
No description provided by the author
IndexOf performs a binary search on the uids slice and returns the index at which it finds the uid, else returns -1.
No description provided by the author
IntersectWithBin is based on the paper "Fast Intersection Algorithms for Sorted Sequences" https://link.springer.com/chapter/10.1007/978-3-642-12476-1_3.
No description provided by the author
No description provided by the author
IntersectWith intersects u with v.
IntersectWithBin is based on the paper "Fast Intersection Algorithms for Sorted Sequences" https://link.springer.com/chapter/10.1007/978-3-642-12476-1_3.
No description provided by the author
No description provided by the author
MergeSorted merges sorted lists.
ToUintsListForTest converts to list of uints for testing purpose only.