Package org.apache.flink.orc
Class OrcFilters.Equals
- java.lang.Object
-
- org.apache.flink.orc.OrcFilters.Predicate
-
- org.apache.flink.orc.OrcFilters.Equals
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrcFilters
public static class OrcFilters.Equals extends OrcFilters.Predicate
An EQUALS predicate that can be evaluated by the OrcInputFormat.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Equals(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal)
Creates an EQUALS predicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
String
toString()
-
-
-
Constructor Detail
-
Equals
public Equals(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal)
Creates an EQUALS predicate.- Parameters:
columnName
- The column to check.literalType
- The type of the literal.literal
- The literal value 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:
add
in classOrcFilters.Predicate
-
-