类分层结构
- java.lang.Object
- org.apache.paimon.format.FileFormat
- java.io.InputStream (implements java.io.Closeable)
- org.apache.parquet.io.SeekableInputStream
- org.apache.parquet.io.DelegatingSeekableInputStream
- org.apache.paimon.format.parquet.ParquetFileFormatFactory (implements org.apache.paimon.format.FileFormatFactory)
- org.apache.paimon.format.parquet.ParquetInputFile (implements org.apache.parquet.io.InputFile)
- org.apache.paimon.format.parquet.ParquetReaderFactory (implements org.apache.paimon.format.FormatReaderFactory)
- org.apache.paimon.format.parquet.ParquetSchemaConverter
- org.apache.paimon.format.parquet.ParquetTableStatsExtractor (implements org.apache.paimon.format.TableStatsExtractor)
- org.apache.paimon.format.parquet.ParquetUtil
- org.apache.paimon.format.parquet.ParquetWriterFactory (implements org.apache.paimon.format.FormatWriterFactory)
Copyright © 2023 The Apache Software Foundation. All rights reserved.