Uses of Class
org.apache.parquet.hadoop.metadata.BlockMetaData
-
Packages that use BlockMetaData Package Description org.apache.parquet.filter2.compat org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.metadata -
-
Uses of BlockMetaData in org.apache.parquet.filter2.compat
Methods in org.apache.parquet.filter2.compat that return types with arguments of type BlockMetaData Modifier and Type Method Description static List<BlockMetaData>RowGroupFilter. filterRowGroups(List<RowGroupFilter.FilterLevel> levels, FilterCompat.Filter filter, List<BlockMetaData> blocks, ParquetFileReader reader)static List<BlockMetaData>RowGroupFilter. filterRowGroups(FilterCompat.Filter filter, List<BlockMetaData> blocks, MessageType schema)Deprecated.will be removed in 2.0.0.List<BlockMetaData>RowGroupFilter. visit(FilterCompat.FilterPredicateCompat filterPredicateCompat)List<BlockMetaData>RowGroupFilter. visit(FilterCompat.NoOpFilter noOpFilter)List<BlockMetaData>RowGroupFilter. visit(FilterCompat.UnboundRecordFilterCompat unboundRecordFilterCompat)Method parameters in org.apache.parquet.filter2.compat with type arguments of type BlockMetaData Modifier and Type Method Description static List<BlockMetaData>RowGroupFilter. filterRowGroups(FilterCompat.Filter filter, List<BlockMetaData> blocks, MessageType schema)Deprecated.will be removed in 2.0.0. -
Uses of BlockMetaData in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return types with arguments of type BlockMetaData Modifier and Type Method Description List<BlockMetaData>ParquetInputSplit. getBlocks()Deprecated.the file footer is no longer read before creating input splitsList<BlockMetaData>ParquetFileReader. getRowGroups()Methods in org.apache.parquet.hadoop with parameters of type BlockMetaData Modifier and Type Method Description voidParquetFileWriter. appendRowGroup(org.apache.hadoop.fs.FSDataInputStream from, BlockMetaData rowGroup, boolean dropColumns)Deprecated.will be removed in 2.0.0; useParquetFileWriter.appendRowGroup(SeekableInputStream,BlockMetaData,boolean)insteadvoidParquetFileWriter. appendRowGroup(SeekableInputStream from, BlockMetaData rowGroup, boolean dropColumns)BloomFilterReaderParquetFileReader. getBloomFilterDataReader(BlockMetaData block)org.apache.parquet.hadoop.DictionaryPageReaderParquetFileReader. getDictionaryReader(BlockMetaData block)Method parameters in org.apache.parquet.hadoop with type arguments of type BlockMetaData Modifier and Type Method Description voidParquetFileWriter. appendRowGroups(org.apache.hadoop.fs.FSDataInputStream file, List<BlockMetaData> rowGroups, boolean dropColumns)Deprecated.will be removed in 2.0.0; useParquetFileWriter.appendRowGroups(SeekableInputStream,List,boolean)insteadvoidParquetFileWriter. appendRowGroups(SeekableInputStream file, List<BlockMetaData> rowGroups, boolean dropColumns)Constructors in org.apache.parquet.hadoop with parameters of type BlockMetaData Constructor Description BloomFilterReader(ParquetFileReader fileReader, BlockMetaData block)Constructor parameters in org.apache.parquet.hadoop with type arguments of type BlockMetaData Constructor Description ParquetFileReader(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path filePath, List<BlockMetaData> blocks, List<ColumnDescriptor> columns)Deprecated.will be removed in 2.0.0.ParquetFileReader(org.apache.hadoop.conf.Configuration configuration, FileMetaData fileMetaData, org.apache.hadoop.fs.Path filePath, List<BlockMetaData> blocks, List<ColumnDescriptor> columns)Deprecated.will be removed in 2.0.0.ParquetInputSplit(org.apache.hadoop.fs.Path path, long start, long length, String[] hosts, List<BlockMetaData> blocks, String requestedSchema, String fileSchema, Map<String,String> extraMetadata, Map<String,String> readSupportMetadata)Deprecated. -
Uses of BlockMetaData in org.apache.parquet.hadoop.metadata
Methods in org.apache.parquet.hadoop.metadata that return types with arguments of type BlockMetaData Modifier and Type Method Description List<BlockMetaData>ParquetMetadata. getBlocks()Constructor parameters in org.apache.parquet.hadoop.metadata with type arguments of type BlockMetaData Constructor Description ParquetMetadata(FileMetaData fileMetaData, List<BlockMetaData> blocks)
-