public static class OrcFilters.IsNull extends OrcFilters.Predicate
Constructor and Description |
---|
IsNull(String columnName,
org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType)
Creates an IS_NULL predicate.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder |
add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder) |
String |
toString() |
public IsNull(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType)
columnName
- The column to check for null.literalType
- The type of the column to check for null.public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
add
in class OrcFilters.Predicate
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.