public class TableFeatures
extends Object
| Constructor and Description |
|---|
TableFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateReadSupportedTable(Protocol protocol,
Metadata metadata,
String tablePath) |
static void |
validateWriteSupportedTable(Protocol protocol,
Metadata metadata,
StructType tableSchema,
String tablePath)
Utility method to validate whether the given table is supported for writing from Kernel.
|
public static void validateReadSupportedTable(Protocol protocol, Metadata metadata, String tablePath)
public static void validateWriteSupportedTable(Protocol protocol, Metadata metadata, StructType tableSchema, String tablePath)
protocol - Table protocolmetadata - Table metadatatableSchema - Table schema