Package org.apache.flink.orc
Class OrcFilters.IsNull
java.lang.Object
org.apache.flink.orc.OrcFilters.Predicate
org.apache.flink.orc.OrcFilters.IsNull
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrcFilters
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsNull
Creates an IS_NULL predicate.- Parameters:
columnName- The column to check for null.literalType- The type of the column to check for null.
-
-
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
-