| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDefn.bind(TableDefnRegistry registry)
Called after the table definition is added to the registry, along with all
other definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSourceDefn.bind(TableDefnRegistry registry)
Gather information about the set of format definitions.
|
void |
BaseInputSourceDefn.bind(TableDefnRegistry registry) |
void |
ExternalTableDefn.bind(TableDefnRegistry registry) |
void |
FormattedInputSourceDefn.bind(TableDefnRegistry registry) |
ResolvedExternalTable |
ResolvedExternalTable.resolve(TableDefnRegistry registry)
Look up the input source type and input format type to find the corresponding
definitions in the table registry.
|
void |
ResolvedExternalTable.validate(TableDefnRegistry registry)
Validate that the table spec is correct by resolving the definitions, then
converting the JSON to the desired object type.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.