Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.UnSetTTLStatement
-
Packages that use UnSetTTLStatement 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 UnSetTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type UnSetTTLStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitUnSetTTL(UnSetTTLStatement statement, ConfigTaskVisitor.TaskContext context) -
Uses of UnSetTTLStatement 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 UnSetTTLStatement Constructor Description UnSetTTLTask(UnSetTTLStatement unSetTTLStatement) -
Uses of UnSetTTLStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type UnSetTTLStatement Modifier and Type Method Description RStatementVisitor. visitUnSetTTL(UnSetTTLStatement unSetTTLStatement, C context)
-