Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveHintClause
Packages that use THiveHintClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of THiveHintClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return THiveHintClauseMethods in gudusoft.gsqlparser.nodes with parameters of type THiveHintClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveHintClause node) voidTParseTreeVisitor.preVisit(THiveHintClause node) voidTSelectSqlNode.setHiveHintClause(THiveHintClause hiveHintClause) -
Uses of THiveHintClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return THiveHintClauseMethods in gudusoft.gsqlparser.stmt with parameters of type THiveHintClauseModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setHiveHintClause(THiveHintClause hiveHintClause)