# Functions
And groups predicates with the AND operator between them.
Code applies equality check predicate on the "code" field.
CodeContains applies the Contains predicate on the "code" field.
CodeContainsFold applies the ContainsFold predicate on the "code" field.
CodeEQ applies the EQ predicate on the "code" field.
CodeEqualFold applies the EqualFold predicate on the "code" field.
CodeGT applies the GT predicate on the "code" field.
CodeGTE applies the GTE predicate on the "code" field.
CodeHasPrefix applies the HasPrefix predicate on the "code" field.
CodeHasSuffix applies the HasSuffix predicate on the "code" field.
CodeIn applies the In predicate on the "code" field.
CodeLT applies the LT predicate on the "code" field.
CodeLTE applies the LTE predicate on the "code" field.
CodeNEQ applies the NEQ predicate on the "code" field.
CodeNotIn applies the NotIn predicate on the "code" field.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
HasNorms applies the HasEdge predicate on the "norms" edge.
HasNormsWith applies the HasEdge predicate on the "norms" edge with a given conditions (other predicates).
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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
UpdateTime applies equality check predicate on the "update_time" field.
UpdateTimeEQ applies the EQ predicate on the "update_time" field.
UpdateTimeGT applies the GT predicate on the "update_time" field.
UpdateTimeGTE applies the GTE predicate on the "update_time" field.
UpdateTimeIn applies the In predicate on the "update_time" field.
UpdateTimeLT applies the LT predicate on the "update_time" field.
UpdateTimeLTE applies the LTE predicate on the "update_time" field.
UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.
UpdateTimeNotIn applies the NotIn predicate on the "update_time" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeNorms holds the string denoting the norms edge name in mutations.
FieldCode holds the string denoting the code field in the database.
FieldCreateTime holds the string denoting the create_time field in the database.
FieldCriteria holds the string denoting the criteria field in the database.
FieldID holds the string denoting the id field in the database.
FieldUpdateTime holds the string denoting the update_time field in the database.
Label holds the string label denoting the sample type in the database.
NormsColumn is the table column denoting the norms relation/edge.
NormsInverseTable is the table name for the Norm entity.
NormsTable is the table that holds the norms relation/edge.
Table holds the table name of the sample in the database.
# Variables
CodeValidator is a validator for the "code" field.
Columns holds all SQL columns for sample fields.
DefaultCreateTime holds the default value on creation for the "create_time" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdateTime holds the default value on creation for the "update_time" field.
UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.