| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
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 IntResult |
Codec.DefaultCompressionLevel(int codec) |
static IntResult |
Codec.DefaultCompressionLevel(int codec) |
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.MaximumCompressionLevel(int codec) |
static IntResult |
Codec.MaximumCompressionLevel(int codec) |
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 IntResult |
Codec.MinimumCompressionLevel(int codec) |
static IntResult |
Codec.MinimumCompressionLevel(int codec) |
IntResult |
IntResult.put(IntResult other)
Copy-assignment operator.
|
IntResult |
IntResult.put(IntResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntResult.Equals(IntResult other)
Compare to another Result.
|
boolean |
IntResult.Equals(IntResult other)
Compare to another Result.
|
IntResult |
IntResult.put(IntResult other)
Copy-assignment operator.
|
IntResult |
IntResult.put(IntResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
IntResult(IntResult other)
Copy constructor.
|
IntResult(IntResult other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IntResult |
arrow.MaxDecimalDigitsForInteger(int type_id)
For an integer type, return the max number of decimal digits
(=minimal decimal precision) it can represent.
|
static IntResult |
arrow.MaxDecimalDigitsForInteger(int type_id)
For an integer type, return the max number of decimal digits
(=minimal decimal precision) it can represent.
|
Copyright © 2022. All rights reserved.