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

Method append

core/src/main/java/io/questdb/std/FilesFacade.java:39–39  ·  view source on GitHub ↗
(long fd, long buf, long len)

Source from the content-addressed store, hash-verified

37 boolean allowMixedIO(CharSequence root);
38
39 long append(long fd, long buf, long len);
40
41 boolean close(long fd);
42

Callers 9

toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65

Implementers 2

FailureFileFacadecore/src/test/java/io/questdb/test/cai
FilesFacadeImplcore/src/main/java/io/questdb/std/File

Calls

no outgoing calls

Tested by

no test coverage detected