Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ tv
Function
tv
lex/lexer_test.go:28–30 ·
view source on GitHub ↗
(t TokenType, v string)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
tv(t TokenType, v string) Token {
29
return
Token{T: t, V: v}
30
}
31
32
func
token(lexString string, runLex StateFn) Token {
33
l := NewSqlLexer(lexString)
Callers
15
TestLexSqlDescribe
Function · 0.70
TestLexSqlShow
Function · 0.70
TestLexSqlCreate
Function · 0.70
TestLexSqlDrop
Function · 0.70
TestLexSqlSelect
Function · 0.70
TestLexExpressions
Function · 0.70
TestLexCommentTypes
Function · 0.70
TestLexSqlIdentities
Function · 0.70
TestWithDialect
Function · 0.70
TestWhereClauses
Function · 0.70
TestLexSqlPreparedStmt
Function · 0.70
TestLexGroupBy
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected