Package org.apache.flink.orc
Class OrcFilters.In
- java.lang.Object
-
- org.apache.flink.orc.OrcFilters.Predicate
-
- org.apache.flink.orc.OrcFilters.In
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrcFilters
public static class OrcFilters.In extends OrcFilters.Predicate
An IN predicate that can be evaluated by the OrcInputFormat.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description In(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable... literals)Creates an IN predicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builderadd(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)StringtoString()
-
-
-
Constructor Detail
-
In
public In(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable... literals)
Creates an IN predicate.- Parameters:
columnName- The column to check.literalType- The type of the literals.literals- The literal values to check the column against.
-
-
Method Detail
-
add
public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
- Specified by:
addin classOrcFilters.Predicate
-
-