Uses of Class
org.apache.druid.catalog.model.TableDefn
Packages that use TableDefn
-
Uses of TableDefn in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableDefnModifier and TypeMethodDescriptionResolvedTable.defn()TableDefnRegistry.tableDefnFor(String type) Constructors in org.apache.druid.catalog.model with parameters of type TableDefnModifierConstructorDescriptionResolvedTable(TableDefn defn, TableSpec spec, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) Constructor parameters in org.apache.druid.catalog.model with type arguments of type TableDefnModifierConstructorDescriptionTableDefnRegistry(List<TableDefn> tableDefnExtns, List<InputSourceDefn> inputSourceDefnExtns, List<InputFormatDefn> inputFormatDefnExtns, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of TableDefn in org.apache.druid.catalog.model.table
Subclasses of TableDefn in org.apache.druid.catalog.model.tableModifier and TypeClassDescriptionclassclassDefinition of an external table, primarily for ingestion.Methods in org.apache.druid.catalog.model.table with parameters of type TableDefn