Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveTableFileFormat
Packages that use THiveTableFileFormat
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of THiveTableFileFormat in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return THiveTableFileFormatModifier and TypeMethodDescriptionTAlterTableOption.getFileFormat()Hive,Impala,file format of SET FILEFORMAT clause valid whenTAlterTableOption.getOptionType()isEAlterTableOptionType.setFileFormatTCreateTableSqlNode.getHiveTableFileFormat()TCreateIndexSqlNode.getTableFileFormat()Methods in gudusoft.gsqlparser.nodes with parameters of type THiveTableFileFormatModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveTableFileFormat node) voidTParseTreeVisitor.preVisit(THiveTableFileFormat node) voidTAlterTableOption.setFileFormat(THiveTableFileFormat fileFormat) voidTCreateTableSqlNode.setHiveTableFileFormat(THiveTableFileFormat hiveTableFileFormat) voidTCreateIndexSqlNode.setTableFileFormat(THiveTableFileFormat tableFileFormat) -
Uses of THiveTableFileFormat in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return THiveTableFileFormatModifier and TypeMethodDescriptionTCreateTableSqlStatement.getHiveTableFileFormat()Hive, Impala table file formatTCreateIndexSqlStatement.getTableFileFormat()Methods in gudusoft.gsqlparser.stmt with parameters of type THiveTableFileFormatModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setHiveTableFileFormat(THiveTableFileFormat hiveTableFileFormat) voidTCreateIndexSqlStatement.setTableFileFormat(THiveTableFileFormat tableFileFormat)