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

Method expressionNode

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

Source from the content-addressed store, hash-verified

99type Expression interface {
100 Node
101 expressionNode()
102}
103
104// WithClause represents a WITH clause in a SQL statement.

Callers 15

TestIdentFunction · 0.65
TestJoinClauseFunction · 0.65
TestIdentifierFunction · 0.65
TestBinaryExpressionFunction · 0.65
TestLiteralValueFunction · 0.65
TestFunctionCallFunction · 0.65
TestCaseExpressionFunction · 0.65
TestExistsExpressionFunction · 0.65
TestInExpressionFunction · 0.65
TestBetweenExpressionFunction · 0.65

Implementers 15

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
BetweenExpressionpkg/sql/ast/ast.go
InExpressionpkg/sql/ast/ast.go
ExistsExpressionpkg/sql/ast/ast.go

Calls

no outgoing calls

Tested by 15

TestIdentFunction · 0.52
TestJoinClauseFunction · 0.52
TestIdentifierFunction · 0.52
TestBinaryExpressionFunction · 0.52
TestLiteralValueFunction · 0.52
TestFunctionCallFunction · 0.52
TestCaseExpressionFunction · 0.52
TestExistsExpressionFunction · 0.52
TestInExpressionFunction · 0.52
TestBetweenExpressionFunction · 0.52