| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
Compression.type |
Codec.compression_type()
\brief This Codec's compression type
|
Compression.type |
Codec.compression_type()
\brief This Codec's compression type
|
Compression.type |
WriteProperties.compression()
Compression type to use.
|
Compression.type |
WriteProperties.compression()
Compression type to use.
|
Compression.type |
Compression.type.intern() |
Compression.type |
Compression.type.intern() |
Compression.type |
CompressionTypeResult.MoveValueUnsafe() |
Compression.type |
CompressionTypeResult.MoveValueUnsafe() |
static Compression.type |
Compression.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression.type |
Compression.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression.type[] |
Compression.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Compression.type[] |
Compression.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Compression.type |
CompressionTypeResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
Compression.type |
CompressionTypeResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
WriteProperties |
WriteProperties.compression(Compression.type setter) |
WriteProperties |
WriteProperties.compression(Compression.type setter) |
static CodecResult |
Codec.Create(Compression.type codec) |
static CodecResult |
Codec.Create(Compression.type codec) |
static CodecResult |
Codec.Create(Compression.type codec,
int compression_level)
\brief Create a codec for the given compression algorithm
|
static CodecResult |
Codec.Create(Compression.type codec,
int compression_level)
\brief Create a codec for the given compression algorithm
|
static IntResult |
Codec.DefaultCompressionLevel(Compression.type codec)
\brief Return the default compression level
Note: This function creates a temporary Codec instance
|
static IntResult |
Codec.DefaultCompressionLevel(Compression.type codec)
\brief Return the default compression level
Note: This function creates a temporary Codec instance
|
static String |
Codec.GetCodecAsString(Compression.type t)
\brief Return a string name for compression type
|
static String |
Codec.GetCodecAsString(Compression.type t)
\brief Return a string name for compression type
|
static boolean |
Codec.IsAvailable(Compression.type codec)
\brief Return true if support for indicated codec has been enabled
|
static boolean |
Codec.IsAvailable(Compression.type codec)
\brief Return true if support for indicated codec has been enabled
|
static IntResult |
Codec.MaximumCompressionLevel(Compression.type codec)
\brief Return the largest supported compression level for the codec
Note: This function creates a temporary Codec instance
|
static IntResult |
Codec.MaximumCompressionLevel(Compression.type codec)
\brief Return the largest supported compression level for the codec
Note: This function creates a temporary Codec instance
|
static IntResult |
Codec.MinimumCompressionLevel(Compression.type codec)
\brief Return the smallest supported compression level for the codec
Note: This function creates a temporary Codec instance
|
static IntResult |
Codec.MinimumCompressionLevel(Compression.type codec)
\brief Return the smallest supported compression level for the codec
Note: This function creates a temporary Codec instance
|
static boolean |
Codec.SupportsCompressionLevel(Compression.type codec)
\brief Return true if indicated codec supports setting a compression level
|
static boolean |
Codec.SupportsCompressionLevel(Compression.type codec)
\brief Return true if indicated codec supports setting a compression level
|
| Constructor and Description |
|---|
CompressionTypeResult(Compression.type value)
Constructs a Result object that contains
value. |
CompressionTypeResult(Compression.type value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
Compression.type |
FileSource.compression()
\brief Return the type of raw compression on the file, if any.
|
Compression.type |
FileSource.compression()
\brief Return the type of raw compression on the file, if any.
|
Compression.type |
CompressionTypeOptional.get() |
Compression.type |
CompressionTypeOptional.get() |
| Modifier and Type | Method and Description |
|---|---|
CompressionTypeOptional |
CompressionTypeOptional.put(Compression.type value) |
CompressionTypeOptional |
CompressionTypeOptional.put(Compression.type value) |
| Constructor and Description |
|---|
CompressionTypeOptional(Compression.type value) |
CompressionTypeOptional(Compression.type value) |
FileSource(ArrowBuffer buffer,
Compression.type compression) |
FileSource(ArrowBuffer buffer,
Compression.type compression) |
FileSource(FileInfo info,
FileSystem filesystem,
Compression.type compression) |
FileSource(FileInfo info,
FileSystem filesystem,
Compression.type compression) |
FileSource(Pointer open_with_compression,
Compression.type compression) |
FileSource(Pointer open_with_compression,
Compression.type compression) |
FileSource(RandomAccessFile file,
Compression.type compression) |
FileSource(RandomAccessFile file,
Compression.type compression) |
FileSource(String path,
FileSystem filesystem,
Compression.type compression) |
FileSource(String path,
FileSystem filesystem,
Compression.type compression) |
| Modifier and Type | Method and Description |
|---|---|
static Compression.type |
parquet.DEFAULT_COMPRESSION_TYPE() |
static Compression.type |
parquet.DEFAULT_COMPRESSION_TYPE() |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
parquet.GetCodec(Compression.type codec) |
static Codec |
parquet.GetCodec(Compression.type codec) |
static Codec |
parquet.GetCodec(Compression.type codec,
int compression_level) |
static Codec |
parquet.GetCodec(Compression.type codec,
int compression_level) |
static boolean |
parquet.IsCodecSupported(Compression.type codec)
\brief Return true if Parquet supports indicated compression type
|
static boolean |
parquet.IsCodecSupported(Compression.type codec)
\brief Return true if Parquet supports indicated compression type
|
| Modifier and Type | Method and Description |
|---|---|
Compression.type |
ColumnChunkMetaData.compression() |
Compression.type |
ColumnProperties.compression() |
Compression.type |
ColumnProperties.compression() |
Compression.type |
ColumnChunkMetaData.compression() |
Compression.type |
WriterProperties.compression(ColumnPath path) |
Compression.type |
WriterProperties.compression(ColumnPath path) |
| Constructor and Description |
|---|
ColumnProperties(Encoding.type encoding,
Compression.type codec,
boolean dictionary_enabled,
boolean statistics_enabled,
long max_stats_size) |
ColumnProperties(Encoding.type encoding,
Compression.type codec,
boolean dictionary_enabled,
boolean statistics_enabled,
long max_stats_size) |
Copyright © 2022. All rights reserved.