public class RangePredicateFilter extends Object implements PredicateFilter
| Constructor and Description |
|---|
RangePredicateFilter(Dictionary dictionaryReader,
List<String> predicateValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(int dictId) |
boolean |
apply(int[] dictIds,
int length) |
int |
getEndIndex() |
int |
getStartIndex() |
public RangePredicateFilter(Dictionary dictionaryReader, List<String> predicateValue)
public boolean apply(int dictId)
apply in interface PredicateFilterpublic boolean apply(int[] dictIds,
int length)
apply in interface PredicateFilterpublic int getStartIndex()
public int getEndIndex()
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.