public class TableMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableMetadata.Loader
Loader to load
TableMetadata. |
| Constructor and Description |
|---|
TableMetadata(TableSchema schema,
boolean isExternal,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExternal() |
TableSchema |
schema() |
String |
uuid() |
public TableMetadata(TableSchema schema, boolean isExternal, @Nullable String uuid)
public TableSchema schema()
public boolean isExternal()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.