Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
type
Node
interface
{
43
TokenLiteral() string
44
Children() []Node
45
}
46
47
// Statement represents a SQL statement node in the AST.
Callers
15
TestVariantPathASTShape
Function · 0.65
TestMatchRecognizeASTShape
Function · 0.65
TestSnowflakeTimeTravelASTShape
Function · 0.65
TestNamedArgumentASTShape
Function · 0.65
TestClickHouseParametricAggregates_ASTShape
Function · 0.65
TestTryCastASTShape
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
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
TestVariantPathASTShape
Function · 0.52
TestMatchRecognizeASTShape
Function · 0.52
TestSnowflakeTimeTravelASTShape
Function · 0.52
TestNamedArgumentASTShape
Function · 0.52
TestClickHouseParametricAggregates_ASTShape
Function · 0.52
TestTryCastASTShape
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