Uses of Class
org.apache.iotdb.db.mpp.plan.statement.metadata.ShowTTLStatement
-
-
Uses of ShowTTLStatement in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type ShowTTLStatement Modifier and Type Method Description AnalysisAnalyzeVisitor. visitShowTTL(ShowTTLStatement showTTLStatement, MPPQueryContext context) -
Uses of ShowTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type ShowTTLStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitShowTTL(ShowTTLStatement showTTLStatement, ConfigTaskVisitor.TaskContext context) -
Uses of ShowTTLStatement in org.apache.iotdb.db.mpp.plan.execution.config.executor
Methods in org.apache.iotdb.db.mpp.plan.execution.config.executor with parameters of type ShowTTLStatement Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>ClusterConfigTaskExecutor. showTTL(ShowTTLStatement showTTLStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>IConfigTaskExecutor. showTTL(ShowTTLStatement showTTLStatement)com.google.common.util.concurrent.SettableFuture<ConfigTaskResult>StandaloneConfigTaskExecutor. showTTL(ShowTTLStatement showTTLStatement) -
Uses of ShowTTLStatement 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 ShowTTLStatement Constructor Description ShowTTLTask(ShowTTLStatement showTTLStatement) -
Uses of ShowTTLStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type ShowTTLStatement Modifier and Type Method Description RStatementVisitor. visitShowTTL(ShowTTLStatement showTTLStatement, C context)
-