MCPcopy
hub / github.com/questdb/questdb / put

Method put

core/src/main/java/io/questdb/std/str/Path.java:308–311  ·  view source on GitHub ↗
(int index, byte b)

Source from the content-addressed store, hash-verified

306 }
307
308 public void put(int index, byte b) {
309 ascii = false;
310 Unsafe.putByte(headPtr + index, b);
311 }
312
313 @Override
314 public Path put(@Nullable Utf8Sequence us) {

Callers 5

testReadFileTooBigMethod · 0.95
concatMethod · 0.95
attachPartitionMethod · 0.95
detachPartitionMethod · 0.95

Calls 7

putByteMethod · 0.95
checkExtendMethod · 0.95
strCpyMethod · 0.95
putByte0Method · 0.95
putMethod · 0.95
isAsciiMethod · 0.65
sizeMethod · 0.65

Tested by 2

testReadFileTooBigMethod · 0.76