Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajitpratap0/GoSQLX
/ TokenLiteral
Method
TokenLiteral
pkg/sql/ast/ast.go:43–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
// }
42
type
Node
interface
{
43
TokenLiteral() string
44
Children() []Node
45
}
46
Callers
15
TestPoolContamination
Function · 0.65
TestTryCastASTShape
Function · 0.65
TestParser_IntervalExpression_Simple
Function · 0.65
TestAlterColumnOperation
Function · 0.65
TestQuery
Function · 0.65
TestIdent
Function · 0.65
TestCommentDef
Function · 0.65
TestOneOrManyWithParens
Function · 0.65
TestWrappedCollection
Function · 0.65
TestClusteredBy
Function · 0.65
TestRowAccessPolicy
Function · 0.65
TestStatementImpl
Function · 0.65
Implementers
15
mockExpr
pkg/sql/ast/types_test.go
FunctionDesc
pkg/sql/ast/function.go
AST
pkg/sql/ast/ast.go
Identifier
pkg/sql/ast/ast.go
LiteralValue
pkg/sql/ast/ast.go
Ident
pkg/sql/ast/types.go
BinaryExpression
pkg/sql/ast/ast.go
UnaryExpression
pkg/sql/ast/ast.go
AliasedExpression
pkg/sql/ast/ast.go
CastExpression
pkg/sql/ast/ast.go
CaseExpression
pkg/sql/ast/ast.go
WhenClause
pkg/sql/ast/ast.go
Calls
no outgoing calls
Tested by
15
TestPoolContamination
Function · 0.52
TestTryCastASTShape
Function · 0.52
TestParser_IntervalExpression_Simple
Function · 0.52
TestAlterColumnOperation
Function · 0.52
TestQuery
Function · 0.52
TestIdent
Function · 0.52
TestCommentDef
Function · 0.52
TestOneOrManyWithParens
Function · 0.52
TestWrappedCollection
Function · 0.52
TestClusteredBy
Function · 0.52
TestRowAccessPolicy
Function · 0.52
TestStatementImpl
Function · 0.52