public class IndexValueConditionImpl extends BaseCondition implements IndexValueCondition
| Constructor and Description |
|---|
IndexValueConditionImpl(Operator operator,
FieldIdentifier<?,?> field,
List<?> indexValues)
Basic constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
List<?> |
value()
Filtering value for the operand
|
field, operator, toListpublic IndexValueConditionImpl(Operator operator, FieldIdentifier<?,?> field, List<?> indexValues)
operator - the filtering operatorfield - the filtering indexindexValues - the index parts valuesCopyright © 2025 Picodata. All rights reserved.