public static class OrcFilters.In extends OrcFilters.Predicate
| 构造器和说明 |
|---|
In(String columnName,
org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType,
Serializable... literals)
Creates an IN predicate.
|
public In(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable... literals)
columnName - The column to check.literalType - The type of the literals.literals - The literal values to check the column against.public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
add 在类中 OrcFilters.PredicateCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.