public abstract static class Operators.SetColumnFilterPredicate<T extends Comparable<T>> extends Object
Operators.In and Operators.NotIn. Operators.In is used to filter data based on a list of values.
Operators.NotIn is used to filter data that are not in the list of values.FilterPredicate.Visitor<R>| Modifier | Constructor and Description |
|---|---|
protected |
SetColumnFilterPredicate(Operators.Column<T> column,
Set<T> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Operators.Column<T> |
getColumn() |
Set<T> |
getValues() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptprotected SetColumnFilterPredicate(Operators.Column<T> column, Set<T> values)
public Operators.Column<T> getColumn()
Copyright © 2024 The Apache Software Foundation. All rights reserved.