Uses of Class
org.apache.parquet.filter2.compat.RowGroupFilter.FilterLevel
-
Packages that use RowGroupFilter.FilterLevel Package Description org.apache.parquet.filter2.compat -
-
Uses of RowGroupFilter.FilterLevel in org.apache.parquet.filter2.compat
Methods in org.apache.parquet.filter2.compat that return RowGroupFilter.FilterLevel Modifier and Type Method Description static RowGroupFilter.FilterLevelRowGroupFilter.FilterLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RowGroupFilter.FilterLevel[]RowGroupFilter.FilterLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.parquet.filter2.compat with type arguments of type RowGroupFilter.FilterLevel Modifier and Type Method Description static List<BlockMetaData>RowGroupFilter. filterRowGroups(List<RowGroupFilter.FilterLevel> levels, FilterCompat.Filter filter, List<BlockMetaData> blocks, ParquetFileReader reader)
-