MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Children

Method Children

pkg/sql/ast/ast.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42type Node interface {
43 TokenLiteral() string
44 Children() []Node
45}
46
47// Statement represents a SQL statement node in the AST.

Callers 15

TestVariantPathASTShapeFunction · 0.65
TestTryCastASTShapeFunction · 0.65
TestAlterColumnOperationFunction · 0.65
TestQueryFunction · 0.65
TestIdentFunction · 0.65
TestCommentDefFunction · 0.65
TestOneOrManyWithParensFunction · 0.65
TestWrappedCollectionFunction · 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

TestVariantPathASTShapeFunction · 0.52
TestTryCastASTShapeFunction · 0.52
TestAlterColumnOperationFunction · 0.52
TestQueryFunction · 0.52
TestIdentFunction · 0.52
TestCommentDefFunction · 0.52
TestOneOrManyWithParensFunction · 0.52
TestWrappedCollectionFunction · 0.52