# Functions
And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByKeyType orders the results by the key_type field.
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
KeyType applies equality check predicate on the "key_type" field.
KeyTypeContains applies the Contains predicate on the "key_type" field.
KeyTypeContainsFold applies the ContainsFold predicate on the "key_type" field.
KeyTypeEQ applies the EQ predicate on the "key_type" field.
KeyTypeEqualFold applies the EqualFold predicate on the "key_type" field.
KeyTypeGT applies the GT predicate on the "key_type" field.
KeyTypeGTE applies the GTE predicate on the "key_type" field.
KeyTypeHasPrefix applies the HasPrefix predicate on the "key_type" field.
KeyTypeHasSuffix applies the HasSuffix predicate on the "key_type" field.
KeyTypeIn applies the In predicate on the "key_type" field.
KeyTypeLT applies the LT predicate on the "key_type" field.
KeyTypeLTE applies the LTE predicate on the "key_type" field.
KeyTypeNEQ applies the NEQ predicate on the "key_type" field.
KeyTypeNotIn applies the NotIn predicate on the "key_type" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldID holds the string denoting the id field in the database.
FieldKeyType holds the string denoting the key_type field in the database.
FieldLocalKey holds the string denoting the local_key field in the database.
Label holds the string label denoting the localkey type in the database.
Table holds the table name of the localkey in the database.
# Type aliases
OrderOption defines the ordering options for the LocalKey queries.