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

Method clear

core/src/main/java/io/questdb/std/LongList.java:234–236  ·  view source on GitHub ↗

Resets the size of this list to zero. Does not overwrite the underlying array with empty values. Use clear(0) to overwrite it.

()

Source from the content-addressed store, hash-verified

232 * Use <code>clear(0)</code> to overwrite it.
233 */
234 public void clear() {
235 pos = 0;
236 }
237
238 /**
239 * {@inheritDoc}

Callers 15

testInsertFromSourceMethod · 0.95
testInitMethod · 0.95
runMethod · 0.95
runMethod · 0.95
testParseIntervalMethod · 0.95

Calls

no outgoing calls

Tested by 15

testInsertFromSourceMethod · 0.76
testInitMethod · 0.76
runMethod · 0.76
runMethod · 0.76
testParseIntervalMethod · 0.76