Uses of Interface
org.apache.iotdb.tsfile.read.filter.basic.Filter
-
-
Uses of Filter in org.apache.iotdb.tsfile.file.metadata.statistics
Methods in org.apache.iotdb.tsfile.file.metadata.statistics with parameters of type Filter Modifier and Type Method Description booleanStatistics. containedByTimeFilter(Filter timeFilter) -
Uses of Filter in org.apache.iotdb.tsfile.read.controller
Methods in org.apache.iotdb.tsfile.read.controller with parameters of type Filter Modifier and Type Method Description IChunkReaderCachedChunkLoaderImpl. getChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter)IChunkReaderIChunkLoader. getChunkReader(IChunkMetadata chunkMetaData, Filter timeFilter) -
Uses of Filter in org.apache.iotdb.tsfile.read.expression
Methods in org.apache.iotdb.tsfile.read.expression that return Filter Modifier and Type Method Description FilterIUnaryExpression. getFilter()Methods in org.apache.iotdb.tsfile.read.expression with parameters of type Filter Modifier and Type Method Description voidIUnaryExpression. setFilter(Filter filter) -
Uses of Filter in org.apache.iotdb.tsfile.read.expression.impl
Methods in org.apache.iotdb.tsfile.read.expression.impl that return Filter Modifier and Type Method Description FilterGlobalTimeExpression. getFilter()FilterSingleSeriesExpression. getFilter()Methods in org.apache.iotdb.tsfile.read.expression.impl with parameters of type Filter Modifier and Type Method Description voidGlobalTimeExpression. setFilter(Filter filter)voidSingleSeriesExpression. setFilter(Filter filter)Constructors in org.apache.iotdb.tsfile.read.expression.impl with parameters of type Filter Constructor Description GlobalTimeExpression(Filter filter)SingleSeriesExpression(Path seriesDescriptor, Filter filter) -
Uses of Filter in org.apache.iotdb.tsfile.read.filter
Classes in org.apache.iotdb.tsfile.read.filter that implement Filter Modifier and Type Class Description classGroupByFilterclassGroupByMonthFilterGroupByMonthFilter is used to handle natural month slidingStep and interval by generating dynamically.static classTimeFilter.TimeBetweenstatic classTimeFilter.TimeEqstatic classTimeFilter.TimeGtstatic classTimeFilter.TimeGtEqstatic classTimeFilter.TimeGtEqAndLtstatic classTimeFilter.TimeInstatic classTimeFilter.TimeLtstatic classTimeFilter.TimeLtEqstatic classTimeFilter.TimeNotEqstatic classValueFilter.ValueBetween<T extends java.lang.Comparable<T>>static classValueFilter.ValueEq<T extends java.lang.Comparable<T>>static classValueFilter.ValueGt<T extends java.lang.Comparable<T>>static classValueFilter.ValueGtEq<T extends java.lang.Comparable<T>>static classValueFilter.ValueIn<T extends java.lang.Comparable<T>>static classValueFilter.ValueLike<T extends java.lang.Comparable<T>>static classValueFilter.ValueLt<T extends java.lang.Comparable<T>>static classValueFilter.ValueLtEq<T extends java.lang.Comparable<T>>static classValueFilter.ValueNotEq<T extends java.lang.Comparable<T>>static classValueFilter.ValueRegexp<T extends java.lang.Comparable<T>>Methods in org.apache.iotdb.tsfile.read.filter that return Filter Modifier and Type Method Description FilterGroupByFilter. copy()FilterGroupByMonthFilter. copy()FilterTimeFilter.TimeGtEqAndLt. copy()static FilterTimeFilter. defaultTimeFilter(boolean ascending)returns a default time filter by whether it's an ascending query.FilterGroupByFilter. reverse()FilterTimeFilter.TimeGtEqAndLt. reverse()static FilterPredicateRemoveNotRewriter. rewrite(Filter filter)Methods in org.apache.iotdb.tsfile.read.filter with parameters of type Filter Modifier and Type Method Description static FilterPredicateRemoveNotRewriter. rewrite(Filter filter) -
Uses of Filter in org.apache.iotdb.tsfile.read.filter.basic
Classes in org.apache.iotdb.tsfile.read.filter.basic that implement Filter Modifier and Type Class Description classBinaryFilterDefinition for binary filter operations.classUnaryFilter<T extends java.lang.Comparable<T>>Definition for unary filter operations.Fields in org.apache.iotdb.tsfile.read.filter.basic declared as Filter Modifier and Type Field Description protected FilterBinaryFilter. leftprotected FilterBinaryFilter. rightMethods in org.apache.iotdb.tsfile.read.filter.basic that return Filter Modifier and Type Method Description FilterFilter. copy()FilterBinaryFilter. getLeft()FilterBinaryFilter. getRight()FilterFilter. reverse()Methods in org.apache.iotdb.tsfile.read.filter.basic with parameters of type Filter Modifier and Type Method Description voidBinaryFilter. setLeft(Filter left)voidBinaryFilter. setRight(Filter right)Constructors in org.apache.iotdb.tsfile.read.filter.basic with parameters of type Filter Constructor Description BinaryFilter(Filter left, Filter right) -
Uses of Filter in org.apache.iotdb.tsfile.read.filter.factory
Methods in org.apache.iotdb.tsfile.read.filter.factory that return Filter Modifier and Type Method Description static FilterFilterFactory. deserialize(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.tsfile.read.filter.factory with parameters of type Filter Modifier and Type Method Description static AndFilterFilterFactory. and(Filter left, Filter right)static NotFilterFilterFactory. not(Filter filter)static OrFilterFilterFactory. or(Filter left, Filter right) -
Uses of Filter in org.apache.iotdb.tsfile.read.filter.operator
Classes in org.apache.iotdb.tsfile.read.filter.operator that implement Filter Modifier and Type Class Description classAndFilterBoth the left and right operators of AndExpression must satisfy the condition.classBetween<T extends java.lang.Comparable<T>>classEq<T extends java.lang.Comparable<T>>Equals.classGt<T extends java.lang.Comparable<T>>Greater than filter.classGtEq<T extends java.lang.Comparable<T>>Greater than or Equals filter.classIn<T extends java.lang.Comparable<T>>in clause.classLike<T extends java.lang.Comparable<T>>Like.classLt<T extends java.lang.Comparable<T>>less than.classLtEq<T extends java.lang.Comparable<T>>Less than or Equals.classNotEq<T extends java.lang.Comparable<T>>NotFilter Equals.classNotFilterclassOrFilterEither of the left and right operators of AndExpression must satisfy the condition.classRegexp<T extends java.lang.Comparable<T>>Regexp.Methods in org.apache.iotdb.tsfile.read.filter.operator that return Filter Modifier and Type Method Description FilterAndFilter. copy()FilterBetween. copy()FilterEq. copy()FilterGt. copy()FilterGtEq. copy()FilterIn. copy()FilterLike. copy()FilterLt. copy()FilterLtEq. copy()FilterNotEq. copy()FilterNotFilter. copy()FilterOrFilter. copy()FilterRegexp. copy()FilterNotFilter. getFilter()FilterAndFilter. reverse()FilterBetween. reverse()FilterEq. reverse()FilterGt. reverse()FilterGtEq. reverse()FilterIn. reverse()FilterLike. reverse()FilterLt. reverse()FilterLtEq. reverse()FilterNotEq. reverse()FilterNotFilter. reverse()FilterOrFilter. reverse()FilterRegexp. reverse()Constructors in org.apache.iotdb.tsfile.read.filter.operator with parameters of type Filter Constructor Description AndFilter(Filter left, Filter right)NotFilter(Filter that)OrFilter(Filter left, Filter right) -
Uses of Filter in org.apache.iotdb.tsfile.read.query.timegenerator
Methods in org.apache.iotdb.tsfile.read.query.timegenerator that return Filter Modifier and Type Method Description abstract FilterTimeGenerator. getTimeFilter()FilterTsFileTimeGenerator. getTimeFilter() -
Uses of Filter in org.apache.iotdb.tsfile.read.reader
Methods in org.apache.iotdb.tsfile.read.reader with parameters of type Filter Modifier and Type Method Description voidIPageReader. setFilter(Filter filter) -
Uses of Filter in org.apache.iotdb.tsfile.read.reader.chunk
Fields in org.apache.iotdb.tsfile.read.reader.chunk declared as Filter Modifier and Type Field Description protected FilterAlignedChunkReader. filterprotected FilterChunkReader. filterConstructors in org.apache.iotdb.tsfile.read.reader.chunk with parameters of type Filter Constructor Description AlignedChunkReader(Chunk timeChunk, java.util.List<Chunk> valueChunkList, Filter filter)constructor of ChunkReader.AlignedChunkReader(Chunk timeChunk, java.util.List<Chunk> valueChunkList, Filter filter, long currentTimestamp)Constructor of ChunkReader by timestamp.ChunkReader(Chunk chunk, Filter filter)constructor of ChunkReader.ChunkReader(Chunk chunk, Filter filter, long currentTimestamp)Constructor of ChunkReader by timestamp. -
Uses of Filter in org.apache.iotdb.tsfile.read.reader.page
Fields in org.apache.iotdb.tsfile.read.reader.page declared as Filter Modifier and Type Field Description protected FilterPageReader. filterMethods in org.apache.iotdb.tsfile.read.reader.page with parameters of type Filter Modifier and Type Method Description BatchDataValuePageReader. nextBatch(long[] timeBatch, boolean ascending, Filter filter)return a BatchData with the corresponding timeBatch, the BatchData's dataType is same as this sub sensorvoidAlignedPageReader. setFilter(Filter filter)voidPageReader. setFilter(Filter filter)Constructors in org.apache.iotdb.tsfile.read.reader.page with parameters of type Filter Constructor Description AlignedPageReader(PageHeader timePageHeader, java.nio.ByteBuffer timePageData, Decoder timeDecoder, java.util.List<PageHeader> valuePageHeaderList, java.util.List<java.nio.ByteBuffer> valuePageDataList, java.util.List<TSDataType> valueDataTypeList, java.util.List<Decoder> valueDecoderList, Filter filter)PageReader(java.nio.ByteBuffer pageData, TSDataType dataType, Decoder valueDecoder, Decoder timeDecoder, Filter filter)PageReader(PageHeader pageHeader, java.nio.ByteBuffer pageData, TSDataType dataType, Decoder valueDecoder, Decoder timeDecoder, Filter filter) -
Uses of Filter in org.apache.iotdb.tsfile.read.reader.series
Fields in org.apache.iotdb.tsfile.read.reader.series declared as Filter Modifier and Type Field Description protected FilterAbstractFileSeriesReader. filterConstructors in org.apache.iotdb.tsfile.read.reader.series with parameters of type Filter Constructor Description AbstractFileSeriesReader(IChunkLoader chunkLoader, java.util.List<IChunkMetadata> chunkMetadataList, Filter filter)constructor of FileSeriesReader.FileSeriesReader(IChunkLoader chunkLoader, java.util.List<IChunkMetadata> chunkMetadataList, Filter filter)
-