| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
InputSourceDefn |
TableDefnRegistry.inputSourceDefnFor(String type)
Return input source definition for the given input source type name, or
null if there is no such definition. |
| 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 |
BaseInputSourceDefn
Base class for input source definitions.
|
class |
FormattedInputSourceDefn
Base class for input formats that require an input format (which is most of them.)
By default, an input source supports all formats defined in the table registry, but
specific input sources can be more restrictive.
|
class |
HttpInputSourceDefn
Definition of an HTTP input source source.
|
class |
InlineInputSourceDefn
Describes an inline input source: one where the data is provided in the
table spec as a series of text lines.
|
class |
LocalInputSourceDefn
Definition for a
LocalInputSource. |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.