Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ isWindows
Method
isWindows
core/src/main/java/io/questdb/std/Os.java:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
public
static
native boolean isRustReleaseBuild();
176
177
public
static
boolean isWindows() {
178
return
type == Os.WINDOWS;
179
}
180
181
public
static
void
loadLib(String lib, @NotNull InputStream libStream) {
182
try {
Callers
15
testImportWorkRootCantBeTheSameAsOtherInstanceDirectories2
Method · 0.95
testServerMainCreateTableInVolume
Method · 0.95
testServerMainCreateTableInVolumeTableExists
Method · 0.95
testServerMainCreateTableMoveItsFolderAwayAndSoftLinkIt
Method · 0.95
testServerMainCreateTableWhileConcurrentCreateTable
Method · 0.95
testServerMainCreateWalTableIfNotExistsInVolumeTableExists
Method · 0.95
testServerMainCreateWalTableInVolume
Method · 0.95
testServerMainCreateWalTableInVolumeTableExists0
Method · 0.95
testServerMainCreateWalTableInVolumeTableExists1
Method · 0.95
testServerMainCreateWalTableWhileConcurrentCreateWalTableInVolume
Method · 0.95
testAsyncMunmap
Method · 0.95
TestOs
Class · 0.95
Calls
no outgoing calls
Tested by
15
testImportWorkRootCantBeTheSameAsOtherInstanceDirectories2
Method · 0.76
testServerMainCreateTableInVolume
Method · 0.76
testServerMainCreateTableInVolumeTableExists
Method · 0.76
testServerMainCreateTableMoveItsFolderAwayAndSoftLinkIt
Method · 0.76
testServerMainCreateTableWhileConcurrentCreateTable
Method · 0.76
testServerMainCreateWalTableIfNotExistsInVolumeTableExists
Method · 0.76
testServerMainCreateWalTableInVolume
Method · 0.76
testServerMainCreateWalTableInVolumeTableExists0
Method · 0.76
testServerMainCreateWalTableInVolumeTableExists1
Method · 0.76
testServerMainCreateWalTableWhileConcurrentCreateWalTableInVolume
Method · 0.76
testAsyncMunmap
Method · 0.76
testDeleteDir
Method · 0.76