Uses of Class
org.apache.iotdb.db.index.common.IndexType
-
-
Uses of IndexType in org.apache.iotdb.db.index.common
Methods in org.apache.iotdb.db.index.common that return IndexType Modifier and Type Method Description static IndexTypeIndexType. deserialize(short i)judge the index type.static IndexTypeIndexType. getIndexType(java.lang.String indexTypeString)static IndexTypeIndexType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexType in org.apache.iotdb.db.qp.logical.crud
Fields in org.apache.iotdb.db.qp.logical.crud declared as IndexType Modifier and Type Field Description protected IndexTypeQueryOperator. indexTypeMethods in org.apache.iotdb.db.qp.logical.crud that return IndexType Modifier and Type Method Description IndexTypeQueryOperator. getIndexType()Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type IndexType Modifier and Type Method Description voidQueryOperator. setIndexType(IndexType indexType) -
Uses of IndexType in org.apache.iotdb.db.qp.logical.sys
Methods in org.apache.iotdb.db.qp.logical.sys that return IndexType Modifier and Type Method Description IndexTypeCreateIndexOperator. getIndexType()IndexTypeDropIndexOperator. getIndexType()Methods in org.apache.iotdb.db.qp.logical.sys with parameters of type IndexType Modifier and Type Method Description voidCreateIndexOperator. setIndexType(IndexType indexType)voidDropIndexOperator. setIndexType(IndexType indexType) -
Uses of IndexType in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return IndexType Modifier and Type Method Description IndexTypeQueryIndexPlan. getIndexType()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type IndexType Modifier and Type Method Description voidQueryIndexPlan. setIndexType(IndexType indexType) -
Uses of IndexType in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return IndexType Modifier and Type Method Description IndexTypeCreateIndexPlan. getIndexType()IndexTypeDropIndexPlan. getIndexType()Methods in org.apache.iotdb.db.qp.physical.sys with parameters of type IndexType Modifier and Type Method Description voidCreateIndexPlan. setIndexType(IndexType indexType)voidDropIndexPlan. setIndexType(IndexType indexType)Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type IndexType Constructor Description CreateIndexPlan(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths, java.util.Map<java.lang.String,java.lang.String> props, long startTime, IndexType indexType)DropIndexPlan(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths, IndexType indexType)
-