| Package | Description |
|---|---|
| org.apache.parquet.hadoop.rewrite |
| Modifier and Type | Method and Description |
|---|---|
static MaskMode |
MaskMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskMode[] |
MaskMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MaskMode> |
RewriteOptions.getMaskColumns() |
| Modifier and Type | Method and Description |
|---|---|
RewriteOptions.Builder |
RewriteOptions.Builder.mask(Map<String,MaskMode> maskColumns)
Set the columns to mask.
|
| Constructor and Description |
|---|
ParquetRewriter(CompressionConverter.TransParquetFileReader reader,
ParquetFileWriter writer,
ParquetMetadata meta,
MessageType schema,
String originalCreatedBy,
CompressionCodecName codecName,
List<String> maskColumns,
MaskMode maskMode) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.