Uses of Interface
org.apache.druid.catalog.model.table.InputSourceDefn
Packages that use InputSourceDefn
-
Uses of InputSourceDefn in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return InputSourceDefnModifier and TypeMethodDescriptionTableDefnRegistry.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 InputSourceDefnModifier and TypeClassDescriptionclassBase class for input source definitions.classBase 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.classDefinition of an HTTP input source source.classDescribes an inline input source: one where the data is provided in the table spec as a series of text lines.classDefinition for aLocalInputSource.