Class TimeFilter.TimeIn
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.filter.operator.In<java.lang.Long>
-
- org.apache.iotdb.tsfile.read.filter.TimeFilter.TimeIn
-
- All Implemented Interfaces:
java.io.Serializable,Filter
- Enclosing class:
- TimeFilter
public static class TimeFilter.TimeIn extends In<java.lang.Long>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.read.filter.operator.In
filterType, not, values
-
-
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.In
allSatisfy, containStartEndTime, copy, deserialize, equals, getSerializeId, getValues, hashCode, reverse, satisfy, satisfy, satisfyStartEndTime, serialize, toString
-
-
-
-
Method Detail
-
getTimeRanges
public java.util.List<TimeRange> getTimeRanges()
-
-