Uses of Interface
org.apache.orc.OrcFilterContext
Packages that use OrcFilterContext
-
Uses of OrcFilterContext in org.apache.orc
Methods in org.apache.orc that return types with arguments of type OrcFilterContextMethod parameters in org.apache.orc with type arguments of type OrcFilterContextModifier and TypeMethodDescriptionReader.Options.setRowFilter(String[] filterColumnNames, Consumer<OrcFilterContext> filterCallback) Set a row level filter. -
Uses of OrcFilterContext in org.apache.orc.impl
Classes in org.apache.orc.impl that implement OrcFilterContextModifier and TypeClassDescriptionclassThis defines the input for any filter operation.Methods in org.apache.orc.impl that return OrcFilterContextModifier and TypeMethodDescriptionOrcFilterContextImpl.setBatch(@NotNull org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch) Methods in org.apache.orc.impl that return types with arguments of type OrcFilterContextModifier and TypeMethodDescriptionTreeReaderFactory.Context.getColumnFilterCallback()TreeReaderFactory.ReaderContext.getColumnFilterCallback()Method parameters in org.apache.orc.impl with type arguments of type OrcFilterContextModifier and TypeMethodDescriptionTreeReaderFactory.ReaderContext.setFilterCallback(Set<Integer> filterColumnsList, Consumer<OrcFilterContext> filterCallback) -
Uses of OrcFilterContext in org.apache.orc.impl.filter
Methods in org.apache.orc.impl.filter with parameters of type OrcFilterContextModifier and TypeMethodDescriptionvoidAndFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) voidIsNotNullFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) voidIsNullFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) voidLeafFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) voidOrFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) voidVectorFilter.filter(OrcFilterContext fc, Selected bound, Selected selOut) Filter the vectorized row batch that is wrapped into the FilterContext.