Uses of Class
org.apache.druid.catalog.model.TableDefnRegistry
-
Packages that use TableDefnRegistry Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.table -
-
Uses of TableDefnRegistry in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model with parameters of type TableDefnRegistry Modifier and Type Method Description voidTableDefn. 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 TableDefnRegistry Modifier and Type Method Description voidBaseInputSourceDefn. bind(TableDefnRegistry registry)voidExternalTableDefn. bind(TableDefnRegistry registry)voidFormattedInputSourceDefn. bind(TableDefnRegistry registry)voidInputSourceDefn. bind(TableDefnRegistry registry)Gather information about the set of format definitions.ResolvedExternalTableResolvedExternalTable. 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.
-