| Package | Description |
|---|---|
| org.apache.parquet.hadoop.util |
| Modifier and Type | Method and Description |
|---|---|
static ColumnMasker.MaskMode |
ColumnMasker.MaskMode.fromString(String mode) |
static ColumnMasker.MaskMode |
ColumnMasker.MaskMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnMasker.MaskMode[] |
ColumnMasker.MaskMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnMasker.processBlocks(CompressionConverter.TransParquetFileReader reader,
ParquetFileWriter writer,
ParquetMetadata meta,
MessageType schema,
List<String> paths,
ColumnMasker.MaskMode maskMode)
Deprecated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.