Uses of Class
org.apache.parquet.hadoop.BdecParquetWriter
-
Packages that use BdecParquetWriter Package Description org.apache.parquet.hadoop -
-
Uses of BdecParquetWriter in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop with parameters of type BdecParquetWriter Modifier and Type Method Description static voidBdecParquetReader. readFileIntoWriter(byte[] data, BdecParquetWriter outputWriter)Reads the input data using Parquet reader and writes them using a Parquet Writer.
-