Class TimeFilter.TimeBetween
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.filter.operator.Between<java.lang.Long>
-
- org.apache.iotdb.tsfile.read.filter.TimeFilter.TimeBetween
-
- All Implemented Interfaces:
java.io.Serializable,Filter
- Enclosing class:
- TimeFilter
public static class TimeFilter.TimeBetween extends Between<java.lang.Long>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.read.filter.operator.Between
filterType, not, value1, value2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TimeRange>getTimeRanges()-
Methods inherited from class org.apache.iotdb.tsfile.read.filter.operator.Between
allSatisfy, containStartEndTime, copy, deserialize, equals, getSerializeId, hashCode, reverse, satisfy, satisfy, satisfyStartEndTime, serialize
-
-
-
-
Method Detail
-
getTimeRanges
public java.util.List<TimeRange> getTimeRanges()
-
-