Uses of Interface
org.apache.druid.catalog.model.ModelProperties.PropertyDefn
Packages that use ModelProperties.PropertyDefn
-
Uses of ModelProperties.PropertyDefn in org.apache.druid.catalog.model
Classes in org.apache.druid.catalog.model that implement ModelProperties.PropertyDefnModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.druid.catalog.model that return ModelProperties.PropertyDefnModifier and TypeMethodDescriptionMethods in org.apache.druid.catalog.model that return types with arguments of type ModelProperties.PropertyDefnModifier and TypeMethodDescriptionParameterizedDefn.parameters()ObjectDefn.properties()protected static Map<String,ModelProperties.PropertyDefn<?>> ObjectDefn.toPropertyMap(List<ModelProperties.PropertyDefn<?>> props) Method parameters in org.apache.druid.catalog.model with type arguments of type ModelProperties.PropertyDefnModifier and TypeMethodDescriptionColumnSpec.merge(Map<String, ModelProperties.PropertyDefn<?>> columnProperties, ColumnSpec update) Merges an updated version of this column with an existing version.CatalogUtils.mergeProperties(Map<String, ModelProperties.PropertyDefn<?>> properties, Map<String, Object> source, Map<String, Object> update) Merge the properties for an object using a set of updates in a map.protected static Map<String,ModelProperties.PropertyDefn<?>> ObjectDefn.toPropertyMap(List<ModelProperties.PropertyDefn<?>> props) Constructor parameters in org.apache.druid.catalog.model with type arguments of type ModelProperties.PropertyDefnModifierConstructorDescriptionObjectDefn(String name, String typeValue, List<ModelProperties.PropertyDefn<?>> fields) TableDefn(String name, String typeValue, List<ModelProperties.PropertyDefn<?>> properties, List<ModelProperties.PropertyDefn<?>> columnProperties) -
Uses of ModelProperties.PropertyDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement ModelProperties.PropertyDefnModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class