package
0.0.14-alpha04
Repository: https://github.com/stackql/stackql-parser.git
Documentation: pkg.go.dev

# 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.
NewLiteralFloat returns a literal expression.
NewLiteralInt 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.
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

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author