| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
static TableId |
TableId.datasource(String name) |
static TableId |
TableId.external(String name) |
TableId |
TableMetadata.id() |
static TableId |
TableId.of(String schema,
String table) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.empty(TableId id) |
static TableMetadata |
TableMetadata.forUpdate(TableId id,
long updateTime,
TableSpec spec) |
static TableMetadata |
TableMetadata.newTable(TableId id,
TableSpec spec) |
static TableMetadata |
TableMetadata.of(TableId id,
TableSpec spec) |
| Constructor and Description |
|---|
TableMetadata(TableId tableId,
long creationTime,
long updateTime,
TableMetadata.TableState state,
TableSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
static TableBuilder |
TableBuilder.copyOf(TableId newId,
TableSpec from) |
static TableBuilder |
TableBuilder.of(TableId id,
TableDefn defn) |
| Constructor and Description |
|---|
TableBuilder(TableId id,
String tableType) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.