package
22.1.0-beta.3.x+incompatible
Repository: https://github.com/cockroachdb/cockroachdb-parser.git
Documentation: pkg.go.dev

# Functions

FirstLexicalToken returns the first lexical token.
HasMultipleStatements returns true if the sql string contains more than one statements.
LastLexicalToken returns the last lexical token.

# Variables

NewNumValFn allows us to use tree.NewNumVal without a dependency on tree.
NewPlaceholderFn allows us to use tree.NewPlaceholder without a dependency on tree.

# Structs

Scanner lexes SQL statements.

# Interfaces

ScanSymType is the interface for accessing the fields of a yacc symType.