Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ setInput
Method
setInput
core/src/main/java/io/questdb/std/Zip.java:72–72 ·
view source on GitHub ↗
(long z_streamp, long address, int available)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
static
native
void
setInput(long z_streamp, long address,
int
available);
73
74
@SuppressWarnings(
"unused"
)
75
public
static
native
int
totalOut(long z_streamp);
Callers
7
testGzip
Method · 0.95
deflate
Method · 0.95
inflateAndParse
Method · 0.95
testDoubleHistogramSerialization
Method · 0.80
testAbstractSerialization
Method · 0.80
encodeIntoCompressedByteBuffer
Method · 0.80
decodeFromCompressedByteBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
3
testGzip
Method · 0.76
testDoubleHistogramSerialization
Method · 0.64
testAbstractSerialization
Method · 0.64