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

Function GetBetweenExpression

pkg/sql/ast/pool.go:1174–1176  ·  view source on GitHub ↗

GetBetweenExpression gets a BetweenExpression from the pool

()

Source from the content-addressed store, hash-verified

1172
1173// GetBetweenExpression gets a BetweenExpression from the pool
1174func GetBetweenExpression() *BetweenExpression {
1175 return betweenExprPool.Get().(*BetweenExpression)
1176}
1177
1178// PutBetweenExpression returns a BetweenExpression to the pool
1179func PutBetweenExpression(be *BetweenExpression) {

Callers 2

TestPutBetweenExpressionFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by 2

TestPutBetweenExpressionFunction · 0.68