jar

org.apache.flink : flink-parquet

Maven & Gradle

May 19, 2023
1 usages
21.5k stars

Flink : Formats : Parquet

Table Of Contents

Latest Version

Download org.apache.flink : flink-parquet JAR file - Latest Versions:

All Versions

Download org.apache.flink : flink-parquet JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17.x
1.16.x
1.15.x
1.8.x
1.7.x
1.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flink-parquet-1.17.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.flink.formats.parquet.utils

├─ org.apache.flink.formats.parquet.utils.ParquetFormatStatisticsReportUtil.class - [JAR]

├─ org.apache.flink.formats.parquet.utils.ParquetSchemaConverter.class - [JAR]

├─ org.apache.flink.formats.parquet.utils.SerializableConfiguration.class - [JAR]

org.apache.flink.formats.parquet.vector.reader

├─ org.apache.flink.formats.parquet.vector.reader.AbstractColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ArrayColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.BaseVectorizedColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.BooleanColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ByteColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.BytesColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.DoubleColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.FixedLenBytesColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.FloatColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.IntColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.LongColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.MapColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ParquetDataColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ParquetDataColumnReaderFactory.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.RowColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.RunLengthDecoder.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.ShortColumnReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.reader.TimestampColumnReader.class - [JAR]

org.apache.flink.formats.parquet.protobuf

├─ org.apache.flink.formats.parquet.protobuf.ParquetProtoWriters.class - [JAR]

org.apache.flink.formats.parquet

├─ org.apache.flink.formats.parquet.ParquetBuilder.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetBulkWriter.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetColumnarRowInputFormat.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetFileFormatFactory.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetInputFile.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetVectorizedInputFormat.class - [JAR]

├─ org.apache.flink.formats.parquet.ParquetWriterFactory.class - [JAR]

├─ org.apache.flink.formats.parquet.PositionOutputStreamAdapter.class - [JAR]

├─ org.apache.flink.formats.parquet.StreamOutputFile.class - [JAR]

org.apache.flink.formats.parquet.row

├─ org.apache.flink.formats.parquet.row.ParquetRowDataBuilder.class - [JAR]

├─ org.apache.flink.formats.parquet.row.ParquetRowDataWriter.class - [JAR]

org.apache.flink.formats.parquet.vector

├─ org.apache.flink.formats.parquet.vector.ColumnBatchFactory.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.ParquetColumnarRowSplitReader.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.ParquetDecimalVector.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.ParquetDictionary.class - [JAR]

├─ org.apache.flink.formats.parquet.vector.ParquetSplitReaderUtil.class - [JAR]

org.apache.flink.formats.parquet.avro

├─ org.apache.flink.formats.parquet.avro.AvroParquetReaders.class - [JAR]

├─ org.apache.flink.formats.parquet.avro.AvroParquetRecordFormat.class - [JAR]

├─ org.apache.flink.formats.parquet.avro.AvroParquetWriters.class - [JAR]

├─ org.apache.flink.formats.parquet.avro.ParquetAvroWriters.class - [JAR]

Advertisement