MCPcopy Create free account
hub / github.com/questdb/questdb / toString

Method toString

core/src/main/java/io/questdb/std/str/StringSink.java:174–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
173 /* Either IDEA or FireBug complain, annotation galore */
174 @NotNull
175 @Override
176 public String toString() {
177 return new String(buffer, 0, pos);
178 }
179
180 public void trimTo(int pos) {
181 clear(pos);

Calls

no outgoing calls