Class RewriteOptions
- java.lang.Object
-
- org.apache.parquet.hadoop.rewrite.RewriteOptions
-
public class RewriteOptions extends Object
A set of options to create a ParquetRewriter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRewriteOptions.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.conf.ConfigurationgetConf()List<String>getEncryptColumns()FileEncryptionPropertiesgetFileEncryptionProperties()List<org.apache.hadoop.fs.Path>getInputFiles()Map<String,MaskMode>getMaskColumns()org.apache.parquet.hadoop.metadata.CompressionCodecNamegetNewCodecName()org.apache.hadoop.fs.PathgetOutputFile()List<String>getPruneColumns()
-
-
-
Method Detail
-
getConf
public org.apache.hadoop.conf.Configuration getConf()
-
getInputFiles
public List<org.apache.hadoop.fs.Path> getInputFiles()
-
getOutputFile
public org.apache.hadoop.fs.Path getOutputFile()
-
getNewCodecName
public org.apache.parquet.hadoop.metadata.CompressionCodecName getNewCodecName()
-
getFileEncryptionProperties
public FileEncryptionProperties getFileEncryptionProperties()
-
-