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

Method concat

core/src/main/java/io/questdb/std/str/Path.java:166–168  ·  view source on GitHub ↗
(CharSequence str)

Source from the content-addressed store, hash-verified

164 }
165
166 public Path concat(CharSequence str) {
167 return concat(str, 0, str.length());
168 }
169
170 public Path concat(Utf8Sequence str) {
171 ensureSeparator();

Calls 9

ensureSeparatorMethod · 0.95
putMethod · 0.95
getByteMethod · 0.95
sizeMethod · 0.95
extendMethod · 0.95
putByteMethod · 0.95
isWindowsMethod · 0.95
getDirNameMethod · 0.80
lengthMethod · 0.65