package
0.28.0
Repository: https://github.com/solarisdb/solaris.git
Documentation: pkg.go.dev

# Functions

BuildExprF allows to build the ExprF[T] function by the expression and the dialect provided.
NewParamIntervalBuilder returns new ParamIntervalBuilder.
NewTranslator creates new Translator with dialects provided.
Parse parses the expr and in case of success returns AST.

# Constants

No description provided by the author
No description provided by the author
PfComparable the parameter can be compared: <, >, !=, =, >=, <=.
The ParamDialect ValueF() is a constant value and should not be re-calculated every time when called it also means that ValueF will return a value for the *new(T).
PfGreaterLess the parameter can be compared with < or > only.
PfInLike the IN or LIKE operations are allowed for the param.
PfLValue the parameter can be a lvalue in the condition.
PfNop the parameter cannot have any operation.
PfRValue the parameter can be a rvalue in the condition.
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

# Variables

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

# 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
ParamIntervalBuilder allows to build value intervals from the AST expression for a given parameter and comparison operations specified.
No description provided by the author
No description provided by the author

# Type aliases

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