Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveIndexProperties
Packages that use THiveIndexProperties
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of THiveIndexProperties in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return THiveIndexPropertiesMethods in gudusoft.gsqlparser.nodes with parameters of type THiveIndexPropertiesModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveIndexProperties node) voidTParseTreeVisitor.preVisit(THiveIndexProperties node) voidTCreateIndexSqlNode.setIndexProperties(THiveIndexProperties indexProperties) -
Uses of THiveIndexProperties in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return THiveIndexPropertiesMethods in gudusoft.gsqlparser.stmt with parameters of type THiveIndexPropertiesModifier and TypeMethodDescriptionvoidTCreateIndexSqlStatement.setIndexProperties(THiveIndexProperties indexProperties)