Uses of Interface
org.apache.druid.catalog.model.table.InputSourceDefn
-
Packages that use InputSourceDefn Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.table -
-
Uses of InputSourceDefn in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return InputSourceDefn Modifier and Type Method Description InputSourceDefnTableDefnRegistry. inputSourceDefnFor(String type)Return input source definition for the given input source type name, ornullif there is no such definition. -
Uses of InputSourceDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement InputSourceDefn Modifier and Type Class Description classBaseInputSourceDefnBase class for input source definitions.classFormattedInputSourceDefnBase 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.classHttpInputSourceDefnDefinition of an HTTP input source source.classInlineInputSourceDefnDescribes an inline input source: one where the data is provided in the table spec as a series of text lines.classLocalInputSourceDefnDefinition for aLocalInputSource.
-