Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ isLinux
Method
isLinux
core/src/main/java/io/questdb/std/Os.java:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
public
static
boolean isLinux() {
164
return
type == LINUX;
165
}
166
167
public
static
boolean isOSX() {
168
return
type == DARWIN;
Callers
15
testServerMainParallelQueryLoadTest
Method · 0.95
assumeIsNotTmpFs
Method · 0.95
testConcurrentParquetExports
Method · 0.95
testOnParquetPartition
Method · 0.95
data
Method · 0.95
data
Method · 0.95
data
Method · 0.95
testAddColumns
Method · 0.95
testAllMixed
Method · 0.95
testAllMixedNoSymbols
Method · 0.95
testAllMixedSingleTable
Method · 0.95
testAllMixedSplitPart
Method · 0.95
Calls
no outgoing calls
Tested by
15
testServerMainParallelQueryLoadTest
Method · 0.76
assumeIsNotTmpFs
Method · 0.76
testConcurrentParquetExports
Method · 0.76
testOnParquetPartition
Method · 0.76
data
Method · 0.76
data
Method · 0.76
data
Method · 0.76
testAddColumns
Method · 0.76
testAllMixed
Method · 0.76
testAllMixedNoSymbols
Method · 0.76
testAllMixedSingleTable
Method · 0.76
testAllMixedSplitPart
Method · 0.76