# Functions
Add adds two values together if v1 or v2 is null, then it returns null.
Cast converts a Value to the target type.
Divide (Float) for MySQL.
Max returns the maximum of v1 and v2.
Min returns the minimum of v1 and v2.
Multiply takes two values and multiplies it together.
NewBindVar returns a bind variable.
NewColumn returns a bind variable.
NewLiteralFloat returns a literal expression.
NewLiteralInt returns a literal expression.
NewLiteralIntFromBytes returns a literal expression.
NewLiteralFloat returns a literal expression.
NullsafeAdd adds two Values in a null-safe manner.
NullsafeCompare returns 0 if v1==v2, -1 if v1<v2, and 1 if v1>v2.
NullsafeHashcode returns an int64 hashcode that is guaranteed to be the same for two values that are considered equal by `NullsafeCompare`.
Subtract takes two values and subtracts them.
ToFloat64 converts Value to float64.
ToInt64 converts Value to int64.
ToNative converts Value to a native go type.
ToUint64 converts Value to uint64.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author