public final class CatalogObjectId extends Object
CatalogSnapshot instances.
Plan §7.2. The value is opaque to consumers — providers choose what they
embed (e.g., a Glue table ARN, an Iceberg snapshot id, or just the normalized qualified
name for the in-memory provider). Equality is by string value.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static CatalogObjectId |
of(String value) |
String |
toString() |
String |
value() |
public static CatalogObjectId of(String value)