Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveDescTablePartition
Packages that use THiveDescTablePartition
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of THiveDescTablePartition in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type THiveDescTablePartitionModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveDescTablePartition node) voidTParseTreeVisitor.preVisit(THiveDescTablePartition node) -
Uses of THiveDescTablePartition in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return THiveDescTablePartitionModifier and TypeMethodDescriptionTHiveDescribeSqlNode.getTablePartition()THiveShowSqlNode.getTablePartition() -
Uses of THiveDescTablePartition in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return THiveDescTablePartitionModifier and TypeMethodDescriptionTHiveDescribe.getTablePartition()THiveShow.getTablePartition()Methods in gudusoft.gsqlparser.stmt.hive with parameters of type THiveDescTablePartitionModifier and TypeMethodDescriptionvoidTHiveDescribe.setTablePartition(THiveDescTablePartition tablePartition) voidTHiveShow.setTablePartition(THiveDescTablePartition tablePartition)