Package org.apache.druid.segment
Class StringColumnFormatSpec
java.lang.Object
org.apache.druid.segment.StringColumnFormatSpec
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStringColumnFormatSpec(StringBitmapIndexType indexType, DimensionSchema.MultiValueHandling multiValueHandling, Integer maxStringLength) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanstatic StringColumnFormatSpecgetEffectiveFormatSpec(StringColumnFormatSpec columnFormatSpec, IndexSpec indexSpec) inthashCode()toString()
-
Constructor Details
-
StringColumnFormatSpec
public StringColumnFormatSpec(@Nullable StringBitmapIndexType indexType, @Nullable DimensionSchema.MultiValueHandling multiValueHandling, @Nullable Integer maxStringLength)
-
-
Method Details
-
builder
-
builder
-
getEffectiveFormatSpec
public static StringColumnFormatSpec getEffectiveFormatSpec(@Nullable StringColumnFormatSpec columnFormatSpec, IndexSpec indexSpec) -
getIndexType
-
getMultiValueHandling
-
getMaxStringLength
-
equals
-
hashCode
public int hashCode() -
toString
-