Package org.apache.flink.orc
Class OrcFilters.NullSafeEquals
java.lang.Object
org.apache.flink.orc.OrcFilters.Predicate
org.apache.flink.orc.OrcFilters.NullSafeEquals
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrcFilters
An EQUALS predicate that can be evaluated with Null safety by the OrcInputFormat.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullSafeEquals(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal) Creates a null-safe EQUALS predicate. -
Method Summary
-
Constructor Details
-
NullSafeEquals
public NullSafeEquals(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal) Creates a null-safe EQUALS predicate.- Parameters:
columnName- The column to check.literalType- The type of the literal.literal- The literal value to check the column against.
-
-
Method Details
-
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
-
toString
-