| Package | Description |
|---|---|
| org.apache.druid.catalog.model | |
| org.apache.druid.catalog.model.table |
| Modifier and Type | Method and Description |
|---|---|
InputFormatDefn |
TableDefnRegistry.inputFormatDefnFor(String type)
Return input format definition for the given input format type name, or
null if there is no such definition. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InputFormatDefn> |
TableDefnRegistry.formats() |
| 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 |
|---|---|
static class |
InputFormats.BaseFormatDefn
Base class for input format definitions.
|
static class |
InputFormats.CsvFormatDefn
Definition for the CSV input format.
|
static class |
InputFormats.DelimitedFormatDefn |
static class |
InputFormats.FlatTextFormatDefn
Definition of a flat text (CSV and delimited text) input format.
|
static class |
InputFormats.JsonFormatDefn
JSON format definition.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.