Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.DropFunctionStatement
-
Packages that use DropFunctionStatement Package Description org.apache.iotdb.db.mpp.plan.execution.config org.apache.iotdb.db.mpp.plan.execution.config.metadata org.apache.iotdb.db.mpp.plan.statement -
-
Uses of DropFunctionStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type DropFunctionStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitDropFunction(DropFunctionStatement dropFunctionStatement, ConfigTaskVisitor.TaskContext context) -
Uses of DropFunctionStatement in org.apache.iotdb.db.mpp.plan.execution.config.metadata
Constructors in org.apache.iotdb.db.mpp.plan.execution.config.metadata with parameters of type DropFunctionStatement Constructor Description DropFunctionTask(DropFunctionStatement dropFunctionStatement) -
Uses of DropFunctionStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type DropFunctionStatement Modifier and Type Method Description RStatementVisitor. visitDropFunction(DropFunctionStatement dropFunctionStatement, C context)
-