Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAlterTableExchangePartition
-
Packages that use SQLAlterTableExchangePartition Package Description com.alibaba.druid.sql.dialect.hive.visitor com.alibaba.druid.sql.visitor -
-
Uses of SQLAlterTableExchangePartition in com.alibaba.druid.sql.dialect.hive.visitor
Methods in com.alibaba.druid.sql.dialect.hive.visitor with parameters of type SQLAlterTableExchangePartition Modifier and Type Method Description booleanHiveOutputVisitor. visit(SQLAlterTableExchangePartition x) -
Uses of SQLAlterTableExchangePartition in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLAlterTableExchangePartition Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLAlterTableExchangePartition x)booleanSchemaStatVisitor. visit(SQLAlterTableExchangePartition x)booleanSQLASTOutputVisitor. visit(SQLAlterTableExchangePartition x)default booleanSQLASTVisitor. visit(SQLAlterTableExchangePartition x)
-