Class DatasourceDefn.ProjectionsDefn
java.lang.Object
org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn<T>
org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn<List<DatasourceProjectionMetadata>>
org.apache.druid.catalog.model.table.DatasourceDefn.ProjectionsDefn
- All Implemented Interfaces:
ModelProperties.PropertyDefn<List<DatasourceProjectionMetadata>>
- Enclosing class:
- DatasourceDefn
public static class DatasourceDefn.ProjectionsDefn
extends ModelProperties.TypeRefPropertyDefn<List<DatasourceProjectionMetadata>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<List<DatasourceProjectionMetadata>>Fields inherited from class org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn
typeName, valueTypeFields inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn
decode, typeName, validateMethods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
merge, name, toString
-
Field Details
-
TYPE_REF
public static final com.fasterxml.jackson.core.type.TypeReference<List<DatasourceProjectionMetadata>> TYPE_REF
-
-
Constructor Details
-
ProjectionsDefn
public ProjectionsDefn()
-