| Package | Description |
|---|---|
| com.facebook.presto.hudi |
| Modifier and Type | Method and Description |
|---|---|
static HudiTableType |
HudiTableType.fromInputFormat(String inputFormat) |
HudiTableType |
HudiTableHandle.getTableType() |
static HudiTableType |
HudiTableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HudiTableType[] |
HudiTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HudiTableHandle(String schemaName,
String tableName,
String path,
HudiTableType hudiTableType) |
Copyright © 2012–2023. All rights reserved.