Uses of Class
org.apache.druid.catalog.model.table.BaseInputSourceDefn
Packages that use BaseInputSourceDefn
-
Uses of BaseInputSourceDefn in org.apache.druid.catalog.model.table
Subclasses of BaseInputSourceDefn in org.apache.druid.catalog.model.tableModifier and TypeClassDescriptionclassBase 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.