Documentation
¶
Index ¶
- Variables
- func Expression(o annotater, e string)
- func Identifier(o annotater, identifier string)
- func If(o annotater, boolean bool, message string, score float32)
- func Multiply(wrapped annotater, factor float32) multiplier
- func Printf(wrapped annotater, fmt string, args ...any) formatter
- func Setup(t rewriter)
- func Transpile(o annotater, root ast.Node)
Constants ¶
This section is empty.
Variables ¶
View Source
var ReservedKeywords = []string{
"all",
"analyse",
"analyze",
"and",
"any",
"array",
"as",
"asc",
"asymmetric",
"both",
"case",
"cast",
"check",
"collate",
"column",
"constraint",
"create",
"current_catalog",
"current_date",
"current_role",
"current_time",
"current_timestamp",
"current_user",
"default",
"deferrable",
"desc",
"distinct",
"do",
"else",
"end",
"except",
"false",
"fetch",
"for",
"foreign",
"from",
"grant",
"group",
"having",
"in",
"initially",
"intersect",
"into",
"lateral",
"leading",
"limit",
"localtime",
"localtimestamp",
"not",
"null",
"offset",
"on",
"only",
"or",
"order",
"placing",
"primary",
"references",
"returning",
"select",
"session_user",
"some",
"symmetric",
"system_user",
"table",
"then",
"to",
"trailing",
"true",
"union",
"unique",
"user",
"using",
"variadic",
"when",
"where",
"window",
"with",
}
Functions ¶
func Expression ¶
func Expression(o annotater, e string)
func Identifier ¶
func Identifier(o annotater, identifier string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.