| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
TableDefn |
ResolvedTable.defn() |
TableDefn |
TableDefnRegistry.tableDefnFor(String type) |
| Constructor and Description |
|---|
ResolvedTable(TableDefn defn,
TableSpec spec,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Constructor and Description |
|---|
TableDefnRegistry(List<TableDefn> tableDefnExtns,
List<InputSourceDefn> inputSourceDefnExtns,
List<InputFormatDefn> inputFormatDefnExtns,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasourceDefn |
class |
ExternalTableDefn
Definition of an external table, primarily for ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
static TableBuilder |
TableBuilder.of(TableId id,
TableDefn defn) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.