public class ColumnDecryptionProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnDecryptionProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnDecryptionProperties.Builder |
builder(org.apache.parquet.hadoop.metadata.ColumnPath path) |
static ColumnDecryptionProperties.Builder |
builder(String name)
Convenience builder for regular (not nested) columns.
|
byte[] |
getKeyBytes() |
org.apache.parquet.hadoop.metadata.ColumnPath |
getPath() |
public static ColumnDecryptionProperties.Builder builder(String name)
name - Flat column namepublic static ColumnDecryptionProperties.Builder builder(org.apache.parquet.hadoop.metadata.ColumnPath path)
public org.apache.parquet.hadoop.metadata.ColumnPath getPath()
public byte[] getKeyBytes()
Copyright © 2021 The Apache Software Foundation. All rights reserved.