Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TPTNodeList<THiveKeyValueProperty> |
TAlterDatabaseSqlNode.getDbProperties() |
TPTNodeList<THiveKeyValueProperty> |
TAlterIndexSqlNode.getIndexProperties() |
TPTNodeList<THiveKeyValueProperty> |
TTable.getTableProperties() |
TPTNodeList<THiveKeyValueProperty> |
TAlterTableOption.getTableProperties()
Hive, Impala, table properties of SET/UNSET TBLPROPERTIES clause
when
TAlterTableOption.getOptionType() is EAlterTableOptionType.setTableProperties or
EAlterTableOptionType.unsetTableProperties
table properties of SET SERDE clause when TAlterTableOption.getOptionType() is EAlterTableOptionType.serde |
TPTNodeList<THiveKeyValueProperty> |
TFromTable.getTableProperties() |
TPTNodeList<THiveKeyValueProperty> |
TAlterViewSqlNode.getTableProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(THiveKeyValueProperty node) |
void |
TParseTreeVisitor.preVisit(THiveKeyValueProperty node) |
Modifier and Type | Method and Description |
---|---|
void |
TAlterDatabaseSqlNode.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) |
void |
TAlterIndexSqlNode.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) |
void |
TTable.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) |
void |
TAlterTableOption.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) |
void |
TFromTable.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<THiveKeyValueProperty> |
THiveWithDBPropertiesClause.getDbProperties() |
TPTNodeList<THiveKeyValueProperty> |
THiveIndexProperties.getIndexProperties() |
TPTNodeList<THiveKeyValueProperty> |
THiveTableFileFormat.getSerdeprops() |
TPTNodeList<THiveKeyValueProperty> |
THiveTableProperties.getTableProperties() |
TPTNodeList<THiveKeyValueProperty> |
THiveRowFormat.getTableProperties() |
Modifier and Type | Method and Description |
---|---|
void |
THiveWithDBPropertiesClause.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) |
void |
THiveIndexProperties.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) |
void |
THiveTableFileFormat.setSerdeprops(TPTNodeList<THiveKeyValueProperty> serdeprops) |
void |
THiveTableProperties.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<THiveKeyValueProperty> |
TAlterDatabaseStmt.getDbProperties()
Hive, db properties in set dbproperties clause.
|
TPTNodeList<THiveKeyValueProperty> |
TAlterIndexStmt.getIndexProperties()
Hive, index properties of SET IDXPROPERTIES clause
|
Modifier and Type | Method and Description |
---|---|
void |
TAlterDatabaseStmt.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) |
void |
TAlterIndexStmt.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) |
Copyright © 2019. All rights reserved.