Uses of Class
gudusoft.gsqlparser.nodes.hive.THiveKeyValueProperty
Packages that use THiveKeyValueProperty
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of THiveKeyValueProperty in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionTAlterDatabaseSqlNode.getDbProperties()TAlterIndexSqlNode.getIndexProperties()TAlterTableOption.getTableProperties()Hive, Impala, table properties of SET/UNSET TBLPROPERTIES clause whenTAlterTableOption.getOptionType()isEAlterTableOptionType.setTablePropertiesorEAlterTableOptionType.unsetTableProperties
table properties of SET SERDE clause whenTAlterTableOption.getOptionType()isEAlterTableOptionType.serdeTAlterViewSqlNode.getTableProperties()TFromTable.getTableProperties()TTable.getTableProperties()Methods in gudusoft.gsqlparser.nodes with parameters of type THiveKeyValuePropertyModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(THiveKeyValueProperty node) voidTParseTreeVisitor.preVisit(THiveKeyValueProperty node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionvoidTAlterDatabaseSqlNode.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) voidTAlterIndexSqlNode.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) voidTAlterTableOption.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) voidTFromTable.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) voidTTable.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) -
Uses of THiveKeyValueProperty in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return types with arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionTHiveWithDBPropertiesClause.getDbProperties()THiveIndexProperties.getIndexProperties()THiveTableFileFormat.getSerdeprops()THiveRowFormat.getTableProperties()THiveTableProperties.getTableProperties()Method parameters in gudusoft.gsqlparser.nodes.hive with type arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionvoidTHiveWithDBPropertiesClause.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) voidTHiveIndexProperties.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) voidTHiveTableFileFormat.setSerdeprops(TPTNodeList<THiveKeyValueProperty> serdeprops) voidTHiveTableProperties.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) -
Uses of THiveKeyValueProperty in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return types with arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionTAlterDatabaseStmt.getDbProperties()Hive, db properties in set dbproperties clause.TAlterIndexStmt.getIndexProperties()Hive, index properties of SET IDXPROPERTIES clauseMethod parameters in gudusoft.gsqlparser.stmt with type arguments of type THiveKeyValuePropertyModifier and TypeMethodDescriptionvoidTAlterDatabaseStmt.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) voidTAlterIndexStmt.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties)