Uses of Class
org.apache.iotdb.db.qp.constant.FilterConstant.FilterType
-
Packages that use FilterConstant.FilterType Package Description org.apache.iotdb.db.exception.query org.apache.iotdb.db.protocol.influxdb.util org.apache.iotdb.db.qp.constant org.apache.iotdb.db.qp.logical.crud -
-
Uses of FilterConstant.FilterType in org.apache.iotdb.db.exception.query
Constructors in org.apache.iotdb.db.exception.query with parameters of type FilterConstant.FilterType Constructor Description LogicalOptimizeException(java.lang.String filterOperator, FilterConstant.FilterType filterType) -
Uses of FilterConstant.FilterType in org.apache.iotdb.db.protocol.influxdb.util
Methods in org.apache.iotdb.db.protocol.influxdb.util with parameters of type FilterConstant.FilterType Modifier and Type Method Description static org.apache.iotdb.tsfile.read.filter.basic.FilterFilterUtils. filterTypeToFilter(FilterConstant.FilterType filterType, java.lang.String value) -
Uses of FilterConstant.FilterType in org.apache.iotdb.db.qp.constant
Fields in org.apache.iotdb.db.qp.constant with type parameters of type FilterConstant.FilterType Modifier and Type Field Description static java.util.Map<ExpressionType,FilterConstant.FilterType>FilterConstant. ExpressionToFilterTypestatic 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.qp.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. -
Uses of FilterConstant.FilterType in org.apache.iotdb.db.qp.logical.crud
Fields in org.apache.iotdb.db.qp.logical.crud declared as FilterConstant.FilterType Modifier and Type Field Description protected FilterConstant.FilterTypeFilterOperator. filterTypeMethods in org.apache.iotdb.db.qp.logical.crud that return FilterConstant.FilterType Modifier and Type Method Description FilterConstant.FilterTypeFilterOperator. getFilterType()Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type FilterConstant.FilterType Modifier and Type Method Description static BasicOperatorTypeBasicOperatorType. getBasicOpBySymbol(FilterConstant.FilterType filterType)BasicOperatorType Constructor.voidFilterOperator. setFilterType(FilterConstant.FilterType filterType)Constructors in org.apache.iotdb.db.qp.logical.crud with parameters of type FilterConstant.FilterType Constructor Description BasicFunctionOperator(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)BasicFunctionOperator Constructor.FilterOperator(FilterConstant.FilterType filterType)FilterOperator(FilterConstant.FilterType filterType, boolean isSingle)FunctionOperator(FilterConstant.FilterType filterType)InOperator(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, boolean not, java.util.Set<java.lang.String> values)In Operator Constructor.LikeOperator(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)RegexpOperator(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)
-