| Package | Description |
|---|---|
| org.apache.hudi.metaserver.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<FieldSchema> |
Table.partitionKeys |
| Modifier and Type | Method and Description |
|---|---|
FieldSchema |
FieldSchema.deepCopy() |
FieldSchema |
FieldSchema.setComments(String comments) |
FieldSchema |
FieldSchema.setName(String name) |
FieldSchema |
FieldSchema.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldSchema> |
Table.getPartitionKeys() |
Iterator<FieldSchema> |
Table.getPartitionKeysIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addToPartitionKeys(FieldSchema elem) |
int |
FieldSchema.compareTo(FieldSchema other) |
boolean |
FieldSchema.equals(FieldSchema that) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.setPartitionKeys(List<FieldSchema> partitionKeys) |
| Constructor and Description |
|---|
FieldSchema(FieldSchema other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Table(String tableName,
String databaseName,
String owner,
long createTime,
String location,
String tableType,
List<FieldSchema> partitionKeys,
Map<String,String> parameters) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.