| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.filter.basic | |
| org.apache.iotdb.tsfile.read.filter.factory | |
| org.apache.iotdb.tsfile.read.filter.operator |
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
UnaryFilter.filterType |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
UnaryFilter.getFilterType() |
| Constructor and Description |
|---|
UnaryFilter(T value,
FilterType filterType) |
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
Regexp.filterType |
protected FilterType |
Like.filterType |
protected FilterType |
In.filterType |
| Constructor and Description |
|---|
Eq(T value,
FilterType filterType) |
Gt(T value,
FilterType filterType) |
GtEq(T value,
FilterType filterType) |
In(Set<T> values,
FilterType filterType,
boolean not) |
Like(String value,
FilterType filterType)
The main idea of this part comes from
https://codereview.stackexchange.com/questions/36861/convert-sql-like-to-regex/36864
|
Lt(T value,
FilterType filterType) |
LtEq(T value,
FilterType filterType) |
NotEq(T value,
FilterType filterType) |
Regexp(String value,
FilterType filterType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.