All recognized delimiters including whitespace.
Handle query hints including plan-level like joinType that are marked to be handled later.
Handle query hints including plan-level like joinType that are marked to be handled later.
allow for first character of unquoted identifier to be a numeric
allow for first character of unquoted identifier to be a numeric
Used for DataTypes.
Used for DataTypes. Not reserved and otherwise identical to "keyword" apart from the name so as to appear properly in error messages related to incorrect DataType definition.
A strictIdentifier is more restricted than an identifier in that neither any of the SQL reserved keywords nor non-reserved keywords will be interpreted as a strictIdentifier.
A strictIdentifier is more restricted than an identifier in that neither any of the SQL reserved keywords nor non-reserved keywords will be interpreted as a strictIdentifier.
The recognized whitespace characters and comments.
The recognized whitespace characters and comments.
Base parsing facilities for all SnappyData SQL parsers.