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

Function GetCastExpression

pkg/sql/ast/pool.go:1274–1276  ·  view source on GitHub ↗

GetCastExpression gets a CastExpression from the pool

()

Source from the content-addressed store, hash-verified

1272
1273// GetCastExpression gets a CastExpression from the pool
1274func GetCastExpression() *CastExpression {
1275 return castExprPool.Get().(*CastExpression)
1276}
1277
1278// PutCastExpression returns a CastExpression to the pool
1279func PutCastExpression(ce *CastExpression) {

Callers 2

TestPutCastExpressionFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by 2

TestPutCastExpressionFunction · 0.68