public static class OrcSplitReader.LessThanEquals extends OrcSplitReader.Predicate
Constructor and Description |
---|
LessThanEquals(String columnName,
org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType,
Serializable literal)
Creates a LESS_THAN_EQUALS 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 LessThanEquals(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal)
columnName
- The column to check.literalType
- The type of the literal.literal
- The literal value to check the column against.public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
add
in class OrcSplitReader.Predicate
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.