T
- expression value typepublic static class SimplePredicate.GreaterThanOrEqual<T> extends SimplePredicate<T>
FilterExpression.Operator.GREATER_THAN_OR_EQUAL
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 |
---|
GreaterThanOrEqual(MetastoreColumn column,
T value) |
Modifier and Type | Method and Description |
---|---|
<V> V |
accept(FilterExpression.Visitor<V> visitor) |
column, operator, toString, value
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, and, equal, greaterThan, greaterThanOrEqual, in, in, isNotNull, isNull, lessThan, lessThanOrEqual, not, notEqual, notIn, notIn, or
public GreaterThanOrEqual(MetastoreColumn column, T value)
public <V> V accept(FilterExpression.Visitor<V> visitor)
Copyright © 2021 The Apache Software Foundation. All rights reserved.