Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveRowFormat
Packages that use THiveRowFormat
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of THiveRowFormat in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return THiveRowFormatModifier and TypeMethodDescriptionTCreateTableSqlNode.getHiveRowFormat()TCreateIndexSqlNode.getTableRowFormat()Methods in gudusoft.gsqlparser.nodes with parameters of type THiveRowFormatModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveRowFormat node) voidTParseTreeVisitor.preVisit(THiveRowFormat node) voidTCreateTableSqlNode.setHiveRowFormat(THiveRowFormat hiveRowFormat) voidTCreateIndexSqlNode.setTableRowFormat(THiveRowFormat tableRowFormat) -
Uses of THiveRowFormat in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return THiveRowFormatModifier and TypeMethodDescriptionTHiveTransformClause.getInRowFormat()THiveTransformClause.getOutRowFormat()Methods in gudusoft.gsqlparser.nodes.hive with parameters of type THiveRowFormatModifier and TypeMethodDescriptionvoidTHiveTransformClause.setInRowFormat(THiveRowFormat inRowFormat) voidTHiveTransformClause.setOutRowFormat(THiveRowFormat outRowFormat) -
Uses of THiveRowFormat in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return THiveRowFormatModifier and TypeMethodDescriptionTCreateTableSqlStatement.getHiveRowFormat()Hive, impala table row formatTCreateIndexSqlStatement.getTableRowFormat()Methods in gudusoft.gsqlparser.stmt with parameters of type THiveRowFormatModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setHiveRowFormat(THiveRowFormat hiveRowFormat) voidTCreateIndexSqlStatement.setTableRowFormat(THiveRowFormat tableRowFormat)