Class ValueFilter.ValueLtEq<T extends java.lang.Comparable<T>>
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter<T>
-
- org.apache.iotdb.tsfile.read.filter.operator.LtEq<T>
-
- org.apache.iotdb.tsfile.read.filter.ValueFilter.ValueLtEq<T>
-
- All Implemented Interfaces:
java.io.Serializable,Filter
- Enclosing class:
- ValueFilter
public static class ValueFilter.ValueLtEq<T extends java.lang.Comparable<T>> extends LtEq<T>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
filterType, value
-
-
Method Summary
-
Methods inherited from class org.apache.iotdb.tsfile.read.filter.operator.LtEq
allSatisfy, containStartEndTime, copy, getSerializeId, reverse, satisfy, satisfy, satisfyStartEndTime, toString
-
Methods inherited from class org.apache.iotdb.tsfile.read.filter.basic.UnaryFilter
deserialize, equals, getFilterType, getValue, hashCode, serialize, setValue
-
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
-
-