MCPcopy
hub / github.com/questdb/questdb / copy

Method copy

core/src/main/java/io/questdb/std/Files.java:122–124  ·  view source on GitHub ↗
(LPSZ from, LPSZ to)

Source from the content-addressed store, hash-verified

120 }
121
122 public static int copy(LPSZ from, LPSZ to) {
123 return copy(from.ptr(), to.ptr());
124 }
125
126 public static long copyData(long srcFd, long destFd, long offsetSrc, long length) {
127 return copyData(toOsFd(srcFd), toOsFd(destFd), offsetSrc, length);

Callers 7

testCopyMethod · 0.95
testCopyBigFileMethod · 0.95
testSendFileOver2GBMethod · 0.95
copyMethod · 0.95

Calls 1

ptrMethod · 0.65

Tested by 6

testCopyMethod · 0.76
testCopyBigFileMethod · 0.76
testSendFileOver2GBMethod · 0.76