Package | Description |
---|---|
alluxio.master.table | |
alluxio.table.common.udb | |
alluxio.table.under.hive |
Modifier and Type | Method and Description |
---|---|
Partition |
Partition.createNext(UdbPartition udbPartition)
Creates the next version of an existing partition.
|
Constructor and Description |
---|
Partition(UdbPartition udbPartition)
Creates an instance from a udb partition.
|
Modifier and Type | Method and Description |
---|---|
List<UdbPartition> |
UdbTable.getPartitions() |
Modifier and Type | Class and Description |
---|---|
class |
HivePartition
Hive table implementation.
|
Modifier and Type | Method and Description |
---|---|
List<UdbPartition> |
HiveTable.getPartitions() |
Constructor and Description |
---|
HiveTable(String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
org.apache.hadoop.hive.metastore.api.Table table)
Creates a new instance.
|
Copyright © 2023. All Rights Reserved.