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

Function TestPutArrayConstructor

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

Source from the content-addressed store, hash-verified

63}
64
65func TestPutArrayConstructor(t *testing.T) {
66 ac := GetArrayConstructor()
67 ac.Elements = append(ac.Elements, &LiteralValue{Value: "1"})
68 PutArrayConstructor(ac)
69 PutArrayConstructor(nil)
70}
71
72func TestPutSubqueryExpression(t *testing.T) {
73 se := GetSubqueryExpression()

Callers

nothing calls this directly

Calls 2

GetArrayConstructorFunction · 0.85
PutArrayConstructorFunction · 0.85

Tested by

no test coverage detected