Uses of Class
org.apache.druid.catalog.model.TableDefnRegistry
Packages that use TableDefnRegistry
-
Uses of TableDefnRegistry in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model with parameters of type TableDefnRegistryModifier and TypeMethodDescriptionvoidTableDefn.bind(TableDefnRegistry registry) Called after the table definition is added to the registry, along with all other definitions. -
Uses of TableDefnRegistry in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table with parameters of type TableDefnRegistryModifier and TypeMethodDescriptionvoidBaseInputSourceDefn.bind(TableDefnRegistry registry) voidExternalTableDefn.bind(TableDefnRegistry registry) voidFormattedInputSourceDefn.bind(TableDefnRegistry registry) voidInputSourceDefn.bind(TableDefnRegistry registry) Gather information about the set of format definitions.ResolvedExternalTable.resolve(TableDefnRegistry registry) Look up the input source type and input format type to find the corresponding definitions in the table registry.voidResolvedExternalTable.validate(TableDefnRegistry registry) Validate that the table spec is correct by resolving the definitions, then converting the JSON to the desired object type.