# Functions
IsReservedWord returns true if the string is a reserved word in DynamoDB.
No description provided by the author
UnquoteIdent removes surrounding backticks (`) from quoted identifiers.
Visit nodes in the AST
The visitor can call "next()" to continue traversal of child nodes.
# Variables
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
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
No description provided by the author
No description provided by the author
Select based on http://www.h2database.com/html/grammar.html.
No description provided by the author
No description provided by the author
# Interfaces
Node is an interface implemented by all AST nodes.