MCPcopy 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// }
42type Node interface {
43 TokenLiteral() string
44 Children() []Node
45}
46

Callers 15

TestPoolContaminationFunction · 0.65
TestTryCastASTShapeFunction · 0.65
TestAlterColumnOperationFunction · 0.65
TestQueryFunction · 0.65
TestIdentFunction · 0.65
TestCommentDefFunction · 0.65
TestOneOrManyWithParensFunction · 0.65
TestWrappedCollectionFunction · 0.65
TestClusteredByFunction · 0.65
TestRowAccessPolicyFunction · 0.65
TestStatementImplFunction · 0.65

Implementers 15

mockExprpkg/sql/ast/types_test.go
FunctionDescpkg/sql/ast/function.go
ASTpkg/sql/ast/ast.go
Identifierpkg/sql/ast/ast.go
LiteralValuepkg/sql/ast/ast.go
Identpkg/sql/ast/types.go
BinaryExpressionpkg/sql/ast/ast.go
UnaryExpressionpkg/sql/ast/ast.go
AliasedExpressionpkg/sql/ast/ast.go
CastExpressionpkg/sql/ast/ast.go
CaseExpressionpkg/sql/ast/ast.go
WhenClausepkg/sql/ast/ast.go

Calls

no outgoing calls

Tested by 15

TestPoolContaminationFunction · 0.52
TestTryCastASTShapeFunction · 0.52
TestAlterColumnOperationFunction · 0.52
TestQueryFunction · 0.52
TestIdentFunction · 0.52
TestCommentDefFunction · 0.52
TestOneOrManyWithParensFunction · 0.52
TestWrappedCollectionFunction · 0.52
TestClusteredByFunction · 0.52
TestRowAccessPolicyFunction · 0.52
TestStatementImplFunction · 0.52