Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
type
Expression
interface
{
100
Node
101
expressionNode()
102
}
103
104
// WithClause represents a WITH clause in a SQL statement.
Callers
15
TestIdent
Function · 0.65
TestExpressionNodeMarkers
Function · 0.65
TestMarkerFunctions_ExpressionNodes
Function · 0.65
TestJoinClause
Function · 0.65
TestIdentifier
Function · 0.65
TestBinaryExpression
Function · 0.65
TestLiteralValue
Function · 0.65
TestFunctionCall
Function · 0.65
TestCaseExpression
Function · 0.65
TestExistsExpression
Function · 0.65
TestInExpression
Function · 0.65
TestBetweenExpression
Function · 0.65
Implementers
15
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
BetweenExpression
pkg/sql/ast/ast.go
InExpression
pkg/sql/ast/ast.go
ExistsExpression
pkg/sql/ast/ast.go
Calls
no outgoing calls
Tested by
15
TestIdent
Function · 0.52
TestExpressionNodeMarkers
Function · 0.52
TestMarkerFunctions_ExpressionNodes
Function · 0.52
TestJoinClause
Function · 0.52
TestIdentifier
Function · 0.52
TestBinaryExpression
Function · 0.52
TestLiteralValue
Function · 0.52
TestFunctionCall
Function · 0.52
TestCaseExpression
Function · 0.52
TestExistsExpression
Function · 0.52
TestInExpression
Function · 0.52
TestBetweenExpression
Function · 0.52