Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ pop
Method
pop
core/src/main/java/io/questdb/std/Pool.java:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
public
interface
Pool<T> {
28
T pop();
29
30
boolean push(T obj);
31
}
Callers
15
testReturnToPoolCausesStackOverflow
Method · 0.65
onEvent
Method · 0.65
fuzzTestValidExpressionAgainstOperators
Method · 0.65
tryPostfixToInfix
Method · 0.65
assertAvgFuzz
Method · 0.65
assertSumFuzz
Method · 0.65
testPopPush
Method · 0.65
testPopPush
Method · 0.65
pushPop
Method · 0.65
testPopPush
Method · 0.65
testSelfReturnOnClose
Method · 0.65
setupEntryAfterSQLCompilation
Method · 0.65
Implementers
6
RequestStatePool
core/src/main/java/io/questdb/cutlass/
ConcurrentPool
core/src/main/java/io/questdb/mp/Concu
IntStack
core/src/main/java/io/questdb/std/IntS
ObjStack
core/src/main/java/io/questdb/std/ObjS
WeakObjectPoolBase
core/src/main/java/io/questdb/std/Weak
LongStack
core/src/main/java/io/questdb/std/Long
Calls
no outgoing calls
Tested by
11
testReturnToPoolCausesStackOverflow
Method · 0.52
onEvent
Method · 0.52
fuzzTestValidExpressionAgainstOperators
Method · 0.52
tryPostfixToInfix
Method · 0.52
assertAvgFuzz
Method · 0.52
assertSumFuzz
Method · 0.52
testPopPush
Method · 0.52
testPopPush
Method · 0.52
pushPop
Method · 0.52
testPopPush
Method · 0.52
testSelfReturnOnClose
Method · 0.52