Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
EncryptionWithColumnKey |
EncryptionWithColumnKey.deepCopy() |
EncryptionWithColumnKey |
ColumnCryptoMetaData.getENCRYPTION_WITH_COLUMN_KEY() |
EncryptionWithColumnKey |
EncryptionWithColumnKey.setKey_metadata(byte[] key_metadata)
Retrieval metadata of column encryption key *
|
EncryptionWithColumnKey |
EncryptionWithColumnKey.setKey_metadata(ByteBuffer key_metadata) |
EncryptionWithColumnKey |
EncryptionWithColumnKey.setPath_in_schema(List<String> path_in_schema)
Column path in schema *
|
Modifier and Type | Method and Description |
---|---|
int |
EncryptionWithColumnKey.compareTo(EncryptionWithColumnKey other) |
static ColumnCryptoMetaData |
ColumnCryptoMetaData.ENCRYPTION_WITH_COLUMN_KEY(EncryptionWithColumnKey value) |
boolean |
EncryptionWithColumnKey.equals(EncryptionWithColumnKey that) |
void |
ColumnCryptoMetaData.setENCRYPTION_WITH_COLUMN_KEY(EncryptionWithColumnKey value) |
Constructor and Description |
---|
EncryptionWithColumnKey(EncryptionWithColumnKey other)
Performs a deep copy on other.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.