Uses of Package
org.apache.iotdb.tsfile.read.filter.operator
-
Classes in org.apache.iotdb.tsfile.read.filter.operator used by org.apache.iotdb.tsfile.read.filter Class Description Between 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.Regexp Regexp. -
Classes in org.apache.iotdb.tsfile.read.filter.operator used by org.apache.iotdb.tsfile.read.filter.factory Class Description AndFilter Both the left and right operators of AndExpression must satisfy the condition.NotFilter OrFilter Either of the left and right operators of AndExpression must satisfy the condition. -
Classes in org.apache.iotdb.tsfile.read.filter.operator used by org.apache.iotdb.tsfile.read.filter.operator Class Description Regexp.AccessCount