# Functions
CompleteInitialSchema returns all the schema updates regardless of the worker options.
Init resets the schema state, setting the underlying DB to the given pointer.
InitialSchema returns the schema updates to insert at the beginning of Dgraph's execution.
IsReservedPredicateChanged returns true if the initial update for the reserved predicate pred is different than the passed update.
Load reads the schema for the given predicate from the DB.
LoadFromDb reads schema information from db and stores it in memory.
LoadSchemaFromDb iterates through the DB and loads all the stored schema updates.
LoadTypesFromDb iterates through the DB and loads all the stored type updates.
Parse parses a schema string and returns the schema representation for it.
ParseBytes parses the byte array which holds the schema.
State returns the struct holding the current schema.
# Structs
ParsedSchema represents the parsed schema and type updates.