Uses of Interface
org.apache.orc.impl.filter.VectorFilter
Packages that use VectorFilter
-
Uses of VectorFilter in org.apache.orc.impl.filter
Classes in org.apache.orc.impl.filter that implement VectorFilterModifier and TypeClassDescriptionclassclassclassclassclassFields in org.apache.orc.impl.filter declared as VectorFilterModifier and TypeFieldDescriptionfinal VectorFilter[]AndFilter.filtersfinal VectorFilter[]OrFilter.filtersMethods in org.apache.orc.impl.filter that return VectorFilterModifier and TypeMethodDescriptionstatic VectorFilterFilterFactory.createSArgFilter(org.apache.hadoop.hive.ql.io.sarg.ExpressionTree expr, Set<String> colIds, List<org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf> leaves, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version) Constructors in org.apache.orc.impl.filter with parameters of type VectorFilter -
Uses of VectorFilter in org.apache.orc.impl.filter.leaf
Methods in org.apache.orc.impl.filter.leaf that return VectorFilterModifier and TypeMethodDescriptionstatic VectorFilterLeafFilterFactory.createLeafVectorFilter(org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf leaf, Set<String> colIds, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version, boolean negated)