| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.facade | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
ResolvedTable |
ResolvedTable.merge(TableSpec update) |
ResolvedTable |
TableDefnRegistry.resolve(TableSpec spec) |
ResolvedTable |
ResolvedTable.withProperties(Map<String,Object> props) |
| Modifier and Type | Method and Description |
|---|---|
ExternalTableSpec |
ParameterizedDefn.applyParameters(ResolvedTable table,
Map<String,Object> parameters) |
void |
TableDefn.validate(ResolvedTable table)
Validate a table spec using the table, field and column definitions defined
here.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResolvedTable |
TableFacade.resolved |
| Constructor and Description |
|---|
DatasourceFacade(ResolvedTable resolved) |
ExternalTableFacade(ResolvedTable resolved) |
TableFacade(ResolvedTable resolved) |
| Modifier and Type | Method and Description |
|---|---|
ResolvedTable |
TableBuilder.buildResolved(com.fasterxml.jackson.databind.ObjectMapper mapper) |
ResolvedTable |
ResolvedExternalTable.resolvedTable() |
| Modifier and Type | Method and Description |
|---|---|
ExternalTableSpec |
ExternalTableDefn.convert(ResolvedTable table)
Return the
ExternalTableSpec for a catalog entry for a
fully-defined table. |
static boolean |
DatasourceDefn.isDatasource(ResolvedTable table) |
static boolean |
ExternalTableDefn.isExternalTable(ResolvedTable table) |
TableFunction |
ExternalTableDefn.tableFn(ResolvedTable table)
Return a table function definition for a partial table as given by
the catalog table spec.
|
void |
ExternalTableDefn.validate(ResolvedTable table) |
| Constructor and Description |
|---|
ResolvedExternalTable(ResolvedTable table)
Construct a resolved external table by extracting the input source
and input format properties, and converting each to a Java map.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.