package
0.7.1
Repository: https://github.com/dmonay/dgraph.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetOrCreate stores the List corresponding to key, if it's not there already.
GetTokensTable returns TokensTable for an indexed attribute.
IndexTokens return tokens, without the predicate prefix and index rune.
Init initializes the posting lists package, the in memory and dirty list hash.
KeysForTest returns keys for a table.
NewTokensTable returns a new TokensTable.
No description provided by the author
WaterMarkFor returns the synced watermark for the given RAFT group.

# Constants

Add means add new element in mutation layer.
Del means delete in mutation layer.
Set means overwrite in mutation layer.

# Variables

ErrNoValue would be returned if no value was found in the posting list.
ErrRetry can be triggered if the posting list got deleted from memory due to a hard commit.

# Structs

No description provided by the author
ListOptions is used in List.Uids (in posting) to customize our output list of UIDs, for each posting list.
TokensTable tracks the keys / tokens / buckets for an indexed attribute.

# Type aliases

No description provided by the author