Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ nextLong
Method
nextLong
core/src/main/java/io/questdb/std/Rnd.java:332–334 ·
view source on GitHub ↗
(long boundary)
Source
from the content-addressed store, hash-verified
330
}
331
332
public
long nextLong(long boundary) {
333
return
nextPositiveLong() % boundary;
334
}
335
336
public
long nextLong() {
337
long l1 = s0;
Callers
15
testConcurrentTableDrop
Method · 0.95
tableUtilsChecksumMatchesWith702Migration
Method · 0.95
testInsertAllTypes
Method · 0.95
testMemoryPressureSingleSender
Method · 0.95
testOracleAsyncConnectQueuesBeforeServerStarts
Method · 0.95
testOracleMultiSenderTortureUnderServerBounces
Method · 0.95
testOraclePoisonRowsTriggerErrorHandler
Method · 0.95
testOracleSenderRestartReplaysAcrossBounces
Method · 0.95
testOracleSenderRestartReplaysAcrossBouncesAsymmetricFragmentationRegression
Method · 0.95
testBindVariableInsert
Method · 0.95
testFuzz
Method · 0.95
testDetachAttachPartitionPingPongConcurrent
Method · 0.95
Calls
1
nextPositiveLong
Method · 0.95
Tested by
15
testConcurrentTableDrop
Method · 0.76
tableUtilsChecksumMatchesWith702Migration
Method · 0.76
testInsertAllTypes
Method · 0.76
testMemoryPressureSingleSender
Method · 0.76
testOracleAsyncConnectQueuesBeforeServerStarts
Method · 0.76
testOracleMultiSenderTortureUnderServerBounces
Method · 0.76
testOraclePoisonRowsTriggerErrorHandler
Method · 0.76
testOracleSenderRestartReplaysAcrossBounces
Method · 0.76
testOracleSenderRestartReplaysAcrossBouncesAsymmetricFragmentationRegression
Method · 0.76
testBindVariableInsert
Method · 0.76
testFuzz
Method · 0.76
testDetachAttachPartitionPingPongConcurrent
Method · 0.76