Uses of Class
org.apache.parquet.hadoop.rewrite.MaskMode
-
Packages that use MaskMode Package Description org.apache.parquet.hadoop.rewrite -
-
Uses of MaskMode in org.apache.parquet.hadoop.rewrite
Methods in org.apache.parquet.hadoop.rewrite that return MaskMode Modifier and Type Method Description static MaskModeMaskMode. 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.Methods in org.apache.parquet.hadoop.rewrite that return types with arguments of type MaskMode Modifier and Type Method Description Map<String,MaskMode>RewriteOptions. getMaskColumns()Method parameters in org.apache.parquet.hadoop.rewrite with type arguments of type MaskMode Modifier and Type Method Description RewriteOptions.BuilderRewriteOptions.Builder. mask(Map<String,MaskMode> maskColumns)Set the columns to mask.Constructors in org.apache.parquet.hadoop.rewrite with parameters of type MaskMode Constructor Description ParquetRewriter(CompressionConverter.TransParquetFileReader reader, ParquetFileWriter writer, ParquetMetadata meta, org.apache.parquet.schema.MessageType schema, String originalCreatedBy, org.apache.parquet.hadoop.metadata.CompressionCodecName codecName, List<String> maskColumns, MaskMode maskMode)
-