Uses of Class
org.apache.iotdb.db.qp.logical.Operator.OperatorType
-
-
Uses of Operator.OperatorType in org.apache.iotdb.db.auth
Methods in org.apache.iotdb.db.auth with parameters of type Operator.OperatorType Modifier and Type Method Description static booleanAuthorityChecker. check(java.lang.String username, java.util.List<? extends org.apache.iotdb.commons.path.PartialPath> paths, Operator.OperatorType type, java.lang.String targetUser)check permission.static intAuthorityChecker. translateToPermissionId(Operator.OperatorType type) -
Uses of Operator.OperatorType in org.apache.iotdb.db.qp.logical
Fields in org.apache.iotdb.db.qp.logical declared as Operator.OperatorType Modifier and Type Field Description protected Operator.OperatorTypeOperator. operatorTypeMethods in org.apache.iotdb.db.qp.logical that return Operator.OperatorType Modifier and Type Method Description Operator.OperatorTypeOperator. getType()static Operator.OperatorTypeOperator.OperatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator.OperatorType[]Operator.OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.qp.logical with parameters of type Operator.OperatorType Modifier and Type Method Description voidOperator. setOperatorType(Operator.OperatorType operatorType) -
Uses of Operator.OperatorType in org.apache.iotdb.db.qp.logical.sys
Constructors in org.apache.iotdb.db.qp.logical.sys with parameters of type Operator.OperatorType Constructor Description AuthorOperator(int tokenIntType, Operator.OperatorType type)AuthorOperator Constructor with OperatorType.KillQueryOperator(int tokenIntType, Operator.OperatorType operatorType)ShowOperator(int tokenIntType, Operator.OperatorType operatorType) -
Uses of Operator.OperatorType in org.apache.iotdb.db.qp.physical
Methods in org.apache.iotdb.db.qp.physical that return Operator.OperatorType Modifier and Type Method Description Operator.OperatorTypePhysicalPlan. getOperatorType()Methods in org.apache.iotdb.db.qp.physical with parameters of type Operator.OperatorType Modifier and Type Method Description voidPhysicalPlan. setOperatorType(Operator.OperatorType operatorType)Constructors in org.apache.iotdb.db.qp.physical with parameters of type Operator.OperatorType Constructor Description PhysicalPlan(Operator.OperatorType operatorType) -
Uses of Operator.OperatorType in org.apache.iotdb.db.qp.physical.crud
Constructors in org.apache.iotdb.db.qp.physical.crud with parameters of type Operator.OperatorType Constructor Description InsertPlan(Operator.OperatorType operatorType) -
Uses of Operator.OperatorType in org.apache.iotdb.db.qp.physical.sys
Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type Operator.OperatorType Constructor Description AuthorPlan(Operator.OperatorType operatorType)DataAuthPlan(Operator.OperatorType operatorType)DataAuthPlan(Operator.OperatorType operatorType, java.util.List<java.lang.String> users)MergePlan(Operator.OperatorType operatorType)MNodePlan(Operator.OperatorType operatorType)OperateFilePlan(java.io.File file, java.io.File targetDir, Operator.OperatorType operatorType)OperateFilePlan(java.io.File file, Operator.OperatorType operatorType)OperateFilePlan(java.io.File file, Operator.OperatorType operatorType, boolean autoCreateSchema, int sgLevel, boolean verifyMetadata)used for generate loading tsfile physical plan.OperatePipePlan(java.lang.String pipeName, Operator.OperatorType type)
-