Uses of Class
org.apache.parquet.hadoop.BdecParquetWriter
-
Packages that use BdecParquetWriter Package Description net.snowflake.ingest.streaming.internal org.apache.parquet.hadoop -
-
Uses of BdecParquetWriter in net.snowflake.ingest.streaming.internal
Constructors in net.snowflake.ingest.streaming.internal with parameters of type BdecParquetWriter Constructor Description ParquetChunkData(List<List<Object>> rows, BdecParquetWriter parquetWriter, ByteArrayOutputStream output, Map<String,String> metadata)Construct parquet data chunk. -
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.
-