Package org.apache.druid.data.input.impl
Class NewSpatialDimensionSchema
java.lang.Object
org.apache.druid.data.input.impl.DimensionSchema
org.apache.druid.data.input.impl.NewSpatialDimensionSchema
NOTE:
This class should be deprecated after Druid supports configurable index types on dimensions.
When that exists, this should be the implementation: https://github.com/apache/druid/issues/2622
This is a stop-gap solution to consolidate the dimension specs and remove the separate spatial
section in DimensionsSpec.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.data.input.impl.DimensionSchema
DimensionSchema.MultiValueHandling -
Field Summary
Fields inherited from class org.apache.druid.data.input.impl.DimensionSchema
DOUBLE_TYPE_NAME, FLOAT_TYPE_NAME, LONG_TYPE_NAME, SPATIAL_TYPE_NAME, STRING_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.data.input.impl.DimensionSchema
getDefaultSchemaForBuiltInType, getEffectiveSchema, getMultiValueHandling, getName, hasBitmapIndex, toString
-
Constructor Details
-
NewSpatialDimensionSchema
-
-
Method Details
-
getDims
-
getTypeName
- Specified by:
getTypeNamein classDimensionSchema
-
getColumnType
- Specified by:
getColumnTypein classDimensionSchema
-
getDimensionHandler
- Overrides:
getDimensionHandlerin classDimensionSchema
-
equals
- Overrides:
equalsin classDimensionSchema
-
hashCode
public int hashCode()- Overrides:
hashCodein classDimensionSchema
-