package
0.0.0-20241111215643-41f8e05b6e7e
Repository: https://github.com/aschoerk/go-sql-mem.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
AddFloats adds two floats.
AddFloatToTimestamp adds a float (seconds) to a timestamp.
AddInts adds two integers.
AddIntToTimestamp adds an integer (seconds) to a timestamp.
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
AddStrings concatenates two strings.
AndBooleans performs logical AND on two booleans.
BooleanToFloat converts the top boolean to float64.
BooleanToInt converts the top boolean to int.
BooleanToString converts the top boolean to string.
No description provided by the author
No description provided by the author
No description provided by the author
Boolean comparisons.
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
ConvertFloat64ToTime replaces the first element of the stack (expected to be *float64) with *time.Time.
ConvertInt64ToTime replaces the first element of the stack (expected to be *int64) with *time.Time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DivideFloats divides two floats.
DivideInts divides two integers.
No description provided by the author
No description provided by the author
No description provided by the author
Float64 comparisons.
No description provided by the author
No description provided by the author
FloatToBoolean converts the top float64 to boolean.
FloatToInt converts the top float64 to int.
FloatToString converts the top float64 to string.
FloatToTimestamp converts the top float64 (Unix timestamp) to time.Time.
No description provided by the author
No description provided by the author
No description provided by the author
Integer comparisons.
No description provided by the author
No description provided by the author
IntToBoolean converts the top int to boolean.
IntToFloat converts the top int to float64.
IntToString converts the top int to string.
IntToTimestamp converts the top int (Unix timestamp) to time.Time.
No description provided by the author
No description provided by the author
No description provided by the author
LikeStrings performs a simple pattern matching (like SQL LIKE).
ModuloFloats performs modulo operation on two floats.
ModuloInts performs modulo operation on two integers.
MultiplyFloats multiplies two floats.
MultiplyInts multiplies two integers.
NewMachine creates a new Machine instance.
No description provided by the author
OrBooleans performs logical OR on two booleans.
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
String comparisons.
No description provided by the author
No description provided by the author
StringToBoolean converts the top string to a boolean.
StringToFloat converts the top string to a float64.
StringToInt converts the top string to an integer.
StringToTimestamp converts the top string to a time.Time.
SubtractFloatFromTimestamp Subtracts a float (seconds) From a timestamp.
SubtractFloats subtracts two floats.
SubtractIntToTimestamp Subtracts an integer (seconds) to a timestamp.
SubtractInts subtracts two integers.
SubtractTimestamps subtracts two timestamps.
No description provided by the author
No description provided by the author
No description provided by the author
Time comparisons.
No description provided by the author
No description provided by the author
TimestampToFloat converts the top time.Time to a float64 (Unix timestamp with fractional seconds).
TimestampToInteger converts the top time.Time to an integer (Unix timestamp).
TimestampToString converts the top time.Time to a string.
# Interfaces
Stack is an interface that defines the standard operations of a stack data structure.
# Type aliases
No description provided by the author