Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ getDataID
Method
getDataID
core/src/main/java/io/questdb/cairo/CairoEngine.java:828–830 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
826
}
827
828
public
@NotNull DataID getDataID() {
829
return
dataID;
830
}
831
832
public
@NotNull DdlListener getDdlListener(TableToken tableToken) {
833
return
getDdlListener(tableToken.getTableName());
Callers
4
testCurrentDataID
Method · 0.80
testDataIDSurvivesRestarts
Method · 0.80
start
Method · 0.80
newInstance
Method · 0.80
Calls
no outgoing calls
Tested by
2
testCurrentDataID
Method · 0.64
testDataIDSurvivesRestarts
Method · 0.64