Uses of Class
org.apache.iotdb.db.mpp.plan.constant.FilterConstant.FilterType
-
Packages that use FilterConstant.FilterType Package Description org.apache.iotdb.db.exception.sql org.apache.iotdb.db.mpp.common.filter org.apache.iotdb.db.mpp.plan.constant -
-
Uses of FilterConstant.FilterType in org.apache.iotdb.db.exception.sql
Constructors in org.apache.iotdb.db.exception.sql with parameters of type FilterConstant.FilterType Constructor Description StatementAnalyzeException(java.lang.String filterOperator, FilterConstant.FilterType filterType) -
Uses of FilterConstant.FilterType in org.apache.iotdb.db.mpp.common.filter
Fields in org.apache.iotdb.db.mpp.common.filter declared as FilterConstant.FilterType Modifier and Type Field Description protected FilterConstant.FilterTypeQueryFilter. filterTypeMethods in org.apache.iotdb.db.mpp.common.filter that return FilterConstant.FilterType Modifier and Type Method Description FilterConstant.FilterTypeQueryFilter. getFilterType()Methods in org.apache.iotdb.db.mpp.common.filter with parameters of type FilterConstant.FilterType Modifier and Type Method Description static BasicFilterTypeBasicFilterType. getBasicOpBySymbol(FilterConstant.FilterType filterType)BasicFilterType Constructor.voidQueryFilter. setFilterType(FilterConstant.FilterType filterType)Constructors in org.apache.iotdb.db.mpp.common.filter with parameters of type FilterConstant.FilterType Constructor Description BasicFunctionFilter(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)BasicFunctionFilter Constructor.FunctionFilter(FilterConstant.FilterType filterType)InFilter(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, boolean not, java.util.Set<java.lang.String> values)In Filter Constructor.LikeFilter(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)QueryFilter(FilterConstant.FilterType filterType)QueryFilter(FilterConstant.FilterType filterType, boolean isSingle)RegexpFilter(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value) -
Uses of FilterConstant.FilterType in org.apache.iotdb.db.mpp.plan.constant
Fields in org.apache.iotdb.db.mpp.plan.constant with type parameters of type FilterConstant.FilterType Modifier and Type Field Description static java.util.Map<FilterConstant.FilterType,java.lang.String>FilterConstant. filterNamesstatic java.util.Map<FilterConstant.FilterType,FilterConstant.FilterType>FilterConstant. filterReverseWordsstatic java.util.Map<FilterConstant.FilterType,FilterConstant.FilterType>FilterConstant. filterReverseWordsstatic java.util.Map<FilterConstant.FilterType,java.lang.String>FilterConstant. filterSymbolstatic java.util.Map<java.lang.Integer,FilterConstant.FilterType>FilterConstant. lexerToFilterTypeMethods in org.apache.iotdb.db.mpp.plan.constant that return FilterConstant.FilterType Modifier and Type Method Description static FilterConstant.FilterTypeFilterConstant.FilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterConstant.FilterType[]FilterConstant.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-