Uses of Class
org.apache.iotdb.db.mpp.plan.statement.sys.sync.ShowPipeSinkTypeStatement
-
Packages that use ShowPipeSinkTypeStatement Package Description org.apache.iotdb.db.mpp.plan.analyze org.apache.iotdb.db.mpp.plan.execution.memory org.apache.iotdb.db.mpp.plan.statement -
-
Uses of ShowPipeSinkTypeStatement in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type ShowPipeSinkTypeStatement Modifier and Type Method Description AnalysisAnalyzeVisitor. visitShowPipeSinkType(ShowPipeSinkTypeStatement showPipeSinkTypeStatement, MPPQueryContext context) -
Uses of ShowPipeSinkTypeStatement in org.apache.iotdb.db.mpp.plan.execution.memory
Methods in org.apache.iotdb.db.mpp.plan.execution.memory with parameters of type ShowPipeSinkTypeStatement Modifier and Type Method Description StatementMemorySourceStatementMemorySourceVisitor. visitShowPipeSinkType(ShowPipeSinkTypeStatement showPipeSinkTypeStatement, StatementMemorySourceContext context) -
Uses of ShowPipeSinkTypeStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type ShowPipeSinkTypeStatement Modifier and Type Method Description RStatementVisitor. visitShowPipeSinkType(ShowPipeSinkTypeStatement showPipeSinkTypeStatement, C context)
-