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

Function TestPutSubqueryExpression

pkg/sql/ast/pool_coverage_test.go:72–77  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

70}
71
72func TestPutSubqueryExpression(t *testing.T) {
73 se := GetSubqueryExpression()
74 se.Subquery = &SelectStatement{Columns: []Expression{&Identifier{Name: "a"}}}
75 PutSubqueryExpression(se)
76 PutSubqueryExpression(nil)
77}
78
79func TestPutCastExpression(t *testing.T) {
80 ce := GetCastExpression()

Callers

nothing calls this directly

Calls 2

GetSubqueryExpressionFunction · 0.85
PutSubqueryExpressionFunction · 0.85

Tested by

no test coverage detected