MCPcopy
hub / github.com/questdb/questdb / newInstance

Method newInstance

core/src/main/java/io/questdb/std/LongVec.java:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 long getQuick(int index);
30
31 LongVec newInstance();
32
33 void setQuick(int index, long value);
34}

Callers 15

createWriterMethod · 0.65
clearMethod · 0.65
RingQueueMethod · 0.65
createSlotItemMethod · 0.65
sortMethod · 0.65
newInstanceMethod · 0.65
fillMethod · 0.65
fillMethod · 0.65
newInstanceMethod · 0.65
getMethod · 0.65
hiddenClassOptionsMethod · 0.65
newInstanceMethod · 0.65

Implementers 1

LongListcore/src/main/java/io/questdb/std/Long

Calls

no outgoing calls

Tested by

no test coverage detected