package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
ExtractResourceList extracts the list of resources from the SELECT statement, and normalizes the object names with the NON-EMPTY currentNormalizedDatabase and currentNormalizedSchema.
ExtractSnowSQLOrdinaryIdentifier extracts the ordinary object name from a string.
GetQuerySpan returns the query span for the given statement.
IsSnowflakeKeyword returns true if the given string is a snowflake keyword.
NormalizeSnowSQLObjectName normalizes the given object name.
NormalizeSnowSQLObjectNamePart normalizes the object name part.
NormalizeSnowSQLSchemaName normalizes the given schema name.
ParseSnowSQL parses the given SQL statement by using antlr4.
SplitSQL splits the given SQL statement into multiple SQL statements.
# Structs
No description provided by the author