| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
Codec |
IpcWriteOptions.codec()
\brief Compression codec to use for record batch body buffers
May only be UNCOMPRESSED, LZ4_FRAME and ZSTD.
|
Codec |
CodecResult.MoveValueUnsafe() |
Codec |
CodecResult.multiply() |
Codec |
CodecResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Codec |
CodecResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
IpcWriteOptions |
IpcWriteOptions.codec(Codec setter) |
static CompressedInputStreamResult |
CompressedInputStream.Make(Codec codec,
InputStream raw) |
static CompressedInputStreamResult |
CompressedInputStream.Make(Codec codec,
InputStream raw,
MemoryPool pool)
\brief Create a compressed input stream wrapping the given input stream.
|
static CompressedOutputStreamResult |
CompressedOutputStream.Make(Codec codec,
OutputStream raw) |
static CompressedOutputStreamResult |
CompressedOutputStream.Make(Codec codec,
OutputStream raw,
MemoryPool pool)
\brief Create a compressed output stream wrapping the given output stream.
|
| Constructor and Description |
|---|
CodecResult(Codec value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
parquet.GetCodec(Compression.type codec) |
static Codec |
parquet.GetCodec(Compression.type codec,
int compression_level) |
static Codec |
parquet.GetCodec(int codec) |
static Codec |
parquet.GetCodec(int codec,
int compression_level) |
Copyright © 2021. All rights reserved.