Uses of Interface
org.apache.orc.filter.BatchFilter
Packages that use BatchFilter
-
Uses of BatchFilter in org.apache.orc.filter
Methods in org.apache.orc.filter that return BatchFilterModifier and TypeMethodDescriptionPluginFilterService.getFilter(String filePath, Configuration config) Determine the filter for a given read path. -
Uses of BatchFilter in org.apache.orc.impl.filter
Methods in org.apache.orc.impl.filter that return BatchFilterModifier and TypeMethodDescriptionstatic BatchFilterFilterFactory.createBatchFilter(Reader.Options opts, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version, boolean normalize, String filePath, Configuration conf) Create a BatchFilter.