public interface Tables
The 'tableIdentifier' field should be interpreted by the underlying implementation (e.g. database.table_name)
Modifier and Type | Method and Description |
---|---|
default Table |
create(Schema schema,
PartitionSpec spec,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String tableIdentifier) |
default Table |
create(Schema schema,
PartitionSpec spec,
SortOrder order,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String tableIdentifier) |
default Table |
create(Schema schema,
PartitionSpec spec,
java.lang.String tableIdentifier) |
default Table |
create(Schema schema,
java.lang.String tableIdentifier) |
boolean |
exists(java.lang.String tableIdentifier) |
Table |
load(java.lang.String tableIdentifier) |
default Table create(Schema schema, PartitionSpec spec, java.lang.String tableIdentifier)
default Table create(Schema schema, PartitionSpec spec, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.String tableIdentifier)
default Table create(Schema schema, PartitionSpec spec, SortOrder order, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.String tableIdentifier)
Table load(java.lang.String tableIdentifier)
boolean exists(java.lang.String tableIdentifier)