T - expression value typepublic static class SimplePredicate.LessThan<T> extends SimplePredicate<T>
FilterExpression.Operator.LESS_THAN operator expression:
index < 1.SimplePredicate.Equal<T>, SimplePredicate.GreaterThan<T>, SimplePredicate.GreaterThanOrEqual<T>, SimplePredicate.LessThan<T>, SimplePredicate.LessThanOrEqual<T>, SimplePredicate.NotEqual<T>FilterExpression.Operator, FilterExpression.Visitor<T>| Constructor and Description |
|---|
LessThan(MetastoreColumn column,
T value) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
accept(FilterExpression.Visitor<V> visitor) |
column, operator, toString, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, and, equal, greaterThan, greaterThanOrEqual, in, in, isNotNull, isNull, lessThan, lessThanOrEqual, not, notEqual, notIn, notIn, orpublic LessThan(MetastoreColumn column, T value)
public <V> V accept(FilterExpression.Visitor<V> visitor)
Copyright © 2021 The Apache Software Foundation. All rights reserved.