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