Uses of Class
org.apache.orc.impl.filter.FilterFactory.UnSupportedSArgException
Packages that use FilterFactory.UnSupportedSArgException
-
Uses of FilterFactory.UnSupportedSArgException in org.apache.orc.impl.filter
Methods in org.apache.orc.impl.filter that throw FilterFactory.UnSupportedSArgExceptionModifier 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) -
Uses of FilterFactory.UnSupportedSArgException in org.apache.orc.impl.filter.leaf
Methods in org.apache.orc.impl.filter.leaf that throw FilterFactory.UnSupportedSArgExceptionModifier 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)