Class | Description |
---|---|
HiveDDLUtils |
Util methods for Hive DDL Sql nodes.
|
SqlAddHivePartitions |
Add partitions to a Hive table.
|
SqlAlterHiveDatabase |
Abstract class for ALTER DDL of a Hive database.
|
SqlAlterHiveDatabaseLocation |
ALTER Database location DDL for Hive dialect.
|
SqlAlterHiveDatabaseOwner |
ALTER Database owner DDL for Hive dialect.
|
SqlAlterHiveDatabaseProps |
ALTER DDL to change properties of a Hive database.
|
SqlAlterHivePartitionRename |
ALTER TABLE DDL to change the specifications of a Hive partition.
|
SqlAlterHiveTable |
Abstract class for ALTER DDL of a Hive table.
|
SqlAlterHiveTableAddReplaceColumn |
ALTER DDL to ADD or REPLACE columns for a Hive table.
|
SqlAlterHiveTableChangeColumn |
ALTER DDL to change a column's name, type, position, etc.
|
SqlAlterHiveTableFileFormat |
ALTER TABLE DDL to change a Hive table/partition's file format.
|
SqlAlterHiveTableLocation |
ALTER TABLE DDL to change a Hive table/partition's location.
|
SqlAlterHiveTableProps |
ALTER DDL to change properties of a Hive table.
|
SqlAlterHiveTableSerDe |
ALTER TABLE DDL to change a Hive table's SerDe.
|
SqlAlterHiveViewProperties |
ALTER DDL to change properties of a Hive view.
|
SqlCreateHiveDatabase |
CREATE Database DDL for Hive dialect.
|
SqlCreateHiveTable |
CREATE Table DDL for Hive dialect.
|
SqlCreateHiveTable.HiveTableCreationContext |
Creation context for a Hive table.
|
SqlCreateHiveTable.HiveTableRowFormat |
To represent ROW FORMAT in CREATE TABLE DDL.
|
SqlCreateHiveTable.HiveTableStoredAs |
To represent STORED AS in CREATE TABLE DDL.
|
SqlCreateHiveView |
CREATE View DDL for Hive dialect.
|
SqlDescribeHiveTable |
DESCRIBE DDL to describe a Hive table.
|
SqlHiveConstraintTrait |
To describe a Hive constraint, i.e.
|
Enum | Description |
---|---|
SqlAlterHiveDatabase.AlterHiveDatabaseOp |
Type of ALTER DATABASE operation.
|
SqlAlterHiveTable.AlterTableOp |
Type of ALTER TABLE operation.
|
SqlHiveConstraintEnable |
Enumeration of Hive constraint ENABLE.
|
SqlHiveConstraintRely |
Enumeration of Hive constraint RELY.
|
SqlHiveConstraintValidate |
Enumeration of Hive constraint VALIDATE.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.