public class TableReference
extends java.lang.Object
| Constructor and Description |
|---|
TableReference(org.apache.iceberg.catalog.TableIdentifier tableIdentifier,
java.time.Instant timestamp,
java.lang.String reference)
Container class to specify a TableIdentifier on a specific Reference or at an Instant in time.
|
| Modifier and Type | Method and Description |
|---|---|
static TableReference |
parse(java.lang.String path)
Convert dataset read/write options to a table and ref/hash.
|
static TableReference |
parse(org.apache.iceberg.catalog.TableIdentifier path)
Convert dataset read/write options to a table and ref/hash.
|
java.lang.String |
reference() |
org.apache.iceberg.catalog.TableIdentifier |
tableIdentifier() |
java.time.Instant |
timestamp() |
public TableReference(org.apache.iceberg.catalog.TableIdentifier tableIdentifier,
java.time.Instant timestamp,
java.lang.String reference)
public org.apache.iceberg.catalog.TableIdentifier tableIdentifier()
public java.time.Instant timestamp()
public java.lang.String reference()
public static TableReference parse(org.apache.iceberg.catalog.TableIdentifier path)
public static TableReference parse(java.lang.String path)