Class ValueFilter.ValueIn<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.filter.operator.In<T>
-
- org.apache.iotdb.tsfile.read.filter.ValueFilter.ValueIn<T>
-
- All Implemented Interfaces:
java.io.Serializable,Filter
- Enclosing class:
- ValueFilter
public static class ValueFilter.ValueIn<T extends java.lang.Comparable<T>> extends In<T>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.read.filter.operator.In
filterType, not, values
-
-
Method Summary
-
Methods inherited from class org.apache.iotdb.tsfile.read.filter.operator.In
allSatisfy, containStartEndTime, copy, deserialize, equals, getSerializeId, getValues, hashCode, reverse, satisfy, satisfy, satisfyStartEndTime, serialize, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.tsfile.read.filter.basic.Filter
getTimeRanges, serialize
-
-