# Functions
And groups predicates with the AND operator between them.
ByGeneratedBy orders the results by the generated_by field.
ByGeneratedType orders the results by the generated_type field.
ByID orders the results by the id field.
ByPayload orders the results by the payload field.
ByPushedAt orders the results by the pushed_at field.
ByReceivedAt orders the results by the received_at field.
GeneratedBy applies equality check predicate on the "generated_by" field.
GeneratedByContains applies the Contains predicate on the "generated_by" field.
GeneratedByContainsFold applies the ContainsFold predicate on the "generated_by" field.
GeneratedByEQ applies the EQ predicate on the "generated_by" field.
GeneratedByEqualFold applies the EqualFold predicate on the "generated_by" field.
GeneratedByGT applies the GT predicate on the "generated_by" field.
GeneratedByGTE applies the GTE predicate on the "generated_by" field.
GeneratedByHasPrefix applies the HasPrefix predicate on the "generated_by" field.
GeneratedByHasSuffix applies the HasSuffix predicate on the "generated_by" field.
GeneratedByIn applies the In predicate on the "generated_by" field.
GeneratedByLT applies the LT predicate on the "generated_by" field.
GeneratedByLTE applies the LTE predicate on the "generated_by" field.
GeneratedByNEQ applies the NEQ predicate on the "generated_by" field.
GeneratedByNotIn applies the NotIn predicate on the "generated_by" field.
GeneratedTypeEQ applies the EQ predicate on the "generated_type" field.
GeneratedTypeIn applies the In predicate on the "generated_type" field.
GeneratedTypeNEQ applies the NEQ predicate on the "generated_type" field.
GeneratedTypeNotIn applies the NotIn predicate on the "generated_type" field.
GeneratedTypeValidator is a validator for the "generated_type" field enum values.
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.
Payload applies equality check predicate on the "payload" field.
PayloadContains applies the Contains predicate on the "payload" field.
PayloadContainsFold applies the ContainsFold predicate on the "payload" field.
PayloadEQ applies the EQ predicate on the "payload" field.
PayloadEqualFold applies the EqualFold predicate on the "payload" field.
PayloadGT applies the GT predicate on the "payload" field.
PayloadGTE applies the GTE predicate on the "payload" field.
PayloadHasPrefix applies the HasPrefix predicate on the "payload" field.
PayloadHasSuffix applies the HasSuffix predicate on the "payload" field.
PayloadIn applies the In predicate on the "payload" field.
PayloadLT applies the LT predicate on the "payload" field.
PayloadLTE applies the LTE predicate on the "payload" field.
PayloadNEQ applies the NEQ predicate on the "payload" field.
PayloadNotIn applies the NotIn predicate on the "payload" field.
PushedAt applies equality check predicate on the "pushed_at" field.
PushedAtEQ applies the EQ predicate on the "pushed_at" field.
PushedAtGT applies the GT predicate on the "pushed_at" field.
PushedAtGTE applies the GTE predicate on the "pushed_at" field.
PushedAtIn applies the In predicate on the "pushed_at" field.
PushedAtIsNil applies the IsNil predicate on the "pushed_at" field.
PushedAtLT applies the LT predicate on the "pushed_at" field.
PushedAtLTE applies the LTE predicate on the "pushed_at" field.
PushedAtNEQ applies the NEQ predicate on the "pushed_at" field.
PushedAtNotIn applies the NotIn predicate on the "pushed_at" field.
PushedAtNotNil applies the NotNil predicate on the "pushed_at" field.
ReceivedAt applies equality check predicate on the "received_at" field.
ReceivedAtEQ applies the EQ predicate on the "received_at" field.
ReceivedAtGT applies the GT predicate on the "received_at" field.
ReceivedAtGTE applies the GTE predicate on the "received_at" field.
ReceivedAtIn applies the In predicate on the "received_at" field.
ReceivedAtLT applies the LT predicate on the "received_at" field.
ReceivedAtLTE applies the LTE predicate on the "received_at" field.
ReceivedAtNEQ applies the NEQ predicate on the "received_at" field.
ReceivedAtNotIn applies the NotIn predicate on the "received_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldGeneratedBy holds the string denoting the generated_by field in the database.
FieldGeneratedType holds the string denoting the generated_type field in the database.
FieldID holds the string denoting the id field in the database.
FieldPayload holds the string denoting the payload field in the database.
FieldPushedAt holds the string denoting the pushed_at field in the database.
FieldReceivedAt holds the string denoting the received_at field in the database.
GeneratedType values.
GeneratedType values.
Label holds the string label denoting the metric type in the database.
Table holds the table name of the metric in the database.
# Variables
Columns holds all SQL columns for metric fields.
# Type aliases
GeneratedType defines the type for the "generated_type" enum field.
OrderOption defines the ordering options for the Metric queries.