| Package | Description |
|---|---|
| org.apache.parquet.bytes | |
| org.apache.parquet.compression |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatenatingByteArrayCollector |
| Modifier and Type | Method and Description |
|---|---|
static BytesInput |
BytesInput.concat(BytesInput... inputs)
logically concatenate the provided inputs
|
static BytesInput |
BytesInput.concat(List<BytesInput> inputs)
logically concatenate the provided inputs
|
static BytesInput |
BytesInput.copy(BytesInput bytesInput)
copies the input into a new byte array
|
static BytesInput |
BytesInput.empty() |
static BytesInput |
BytesInput.from(byte[] in) |
static BytesInput |
BytesInput.from(byte[] in,
int offset,
int length) |
static BytesInput |
BytesInput.from(ByteArrayOutputStream baos) |
static BytesInput |
BytesInput.from(ByteBuffer... buffers) |
static BytesInput |
BytesInput.from(ByteBuffer buffer,
int offset,
int length)
Deprecated.
Will be removed in 2.0.0
|
static BytesInput |
BytesInput.from(CapacityByteArrayOutputStream arrayOut) |
static BytesInput |
BytesInput.from(InputStream in,
int bytes) |
static BytesInput |
BytesInput.from(List<ByteBuffer> buffers) |
static BytesInput |
BytesInput.fromInt(int intValue) |
static BytesInput |
BytesInput.fromUnsignedVarInt(int intValue) |
static BytesInput |
BytesInput.fromUnsignedVarLong(long longValue) |
static BytesInput |
BytesInput.fromZigZagVarInt(int intValue) |
static BytesInput |
BytesInput.fromZigZagVarLong(long longValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcatenatingByteArrayCollector.collect(BytesInput bytesInput) |
static BytesInput |
BytesInput.concat(BytesInput... inputs)
logically concatenate the provided inputs
|
static BytesInput |
BytesInput.copy(BytesInput bytesInput)
copies the input into a new byte array
|
| Modifier and Type | Method and Description |
|---|---|
static BytesInput |
BytesInput.concat(List<BytesInput> inputs)
logically concatenate the provided inputs
|
| Modifier and Type | Method and Description |
|---|---|
BytesInput |
CompressionCodecFactory.BytesInputCompressor.compress(BytesInput bytes) |
BytesInput |
CompressionCodecFactory.BytesInputDecompressor.decompress(BytesInput bytes,
int uncompressedSize) |
| Modifier and Type | Method and Description |
|---|---|
BytesInput |
CompressionCodecFactory.BytesInputCompressor.compress(BytesInput bytes) |
BytesInput |
CompressionCodecFactory.BytesInputDecompressor.decompress(BytesInput bytes,
int uncompressedSize) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.