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

Function GetDescribeStatement

pkg/sql/ast/pool.go:1744–1746  ·  view source on GitHub ↗

GetDescribeStatement gets a DescribeStatement from the pool.

()

Source from the content-addressed store, hash-verified

1742
1743// GetDescribeStatement gets a DescribeStatement from the pool.
1744func GetDescribeStatement() *DescribeStatement {
1745 return describeStmtPool.Get().(*DescribeStatement)
1746}
1747
1748// PutDescribeStatement returns a DescribeStatement to the pool.
1749func PutDescribeStatement(stmt *DescribeStatement) {

Calls 1

GetMethod · 0.45

Tested by 3