| Package | Description |
|---|---|
| org.bytedeco.arrow.global | |
| org.bytedeco.parquet |
| Modifier and Type | Method and Description |
|---|---|
static ParquetCipher.type |
parquet.kDefaultEncryptionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
ParquetCipher.type |
EncryptionAlgorithm.algorithm() |
ParquetCipher.type |
ParquetCipher.type.intern() |
static ParquetCipher.type |
ParquetCipher.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetCipher.type[] |
ParquetCipher.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileEncryptionProperties.Builder |
FileEncryptionProperties.Builder.algorithm(ParquetCipher.type parquet_cipher)
Set encryption algorithm.
|
EncryptionAlgorithm |
EncryptionAlgorithm.algorithm(ParquetCipher.type setter) |
Copyright © 2021. All rights reserved.