| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.filter | |
| org.apache.iotdb.tsfile.read.filter.factory |
| Class and Description |
|---|
| Eq
Equals.
|
| Gt
Greater than filter.
|
| GtEq
Greater than or Equals filter.
|
| In
in clause.
|
| Like
Like.
|
| Lt
less than.
|
| LtEq
Less than or Equals.
|
| NotEq
NotFilter Equals.
|
| NotFilter
NotFilter necessary.
|
| Regexp
Regexp.
|
| Class and Description |
|---|
| AndFilter
Both the left and right operators of AndExpression must satisfy the condition.
|
| NotFilter
NotFilter necessary.
|
| OrFilter
Either of the left and right operators of AndExpression must satisfy the condition.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.