Uses of Class
org.apache.parquet.hadoop.util.ColumnMasker.MaskMode
-
Packages that use ColumnMasker.MaskMode Package Description org.apache.parquet.hadoop.util -
-
Uses of ColumnMasker.MaskMode in org.apache.parquet.hadoop.util
Methods in org.apache.parquet.hadoop.util that return ColumnMasker.MaskMode Modifier and Type Method Description static ColumnMasker.MaskModeColumnMasker.MaskMode. fromString(String mode)static ColumnMasker.MaskModeColumnMasker.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.Methods in org.apache.parquet.hadoop.util with parameters of type ColumnMasker.MaskMode Modifier and Type Method Description voidColumnMasker. processBlocks(CompressionConverter.TransParquetFileReader reader, ParquetFileWriter writer, ParquetMetadata meta, MessageType schema, List<String> paths, ColumnMasker.MaskMode maskMode)
-