MCPcopy Index your code
hub / github.com/questdb/questdb / getDirName

Method getDirName

core/src/main/java/io/questdb/cairo/TableToken.java:111–113  ·  view source on GitHub ↗

@return directory where the table is located.

()

Source from the content-addressed store, hash-verified

109 * @return directory where the table is located.
110 */
111 public @NotNull String getDirName() {
112 return dirName.toString();
113 }
114
115 /**
116 * @return UTF-8 buffer naming the directory where the table is located.

Calls 1

toStringMethod · 0.65