MCPcopy 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

testCurrentDataIDMethod · 0.80
startMethod · 0.80
newInstanceMethod · 0.80

Calls

no outgoing calls

Tested by 2

testCurrentDataIDMethod · 0.64