clintropolis commented on a change in pull request #10613:
URL: https://github.com/apache/druid/pull/10613#discussion_r587431424
##########
File path:
processing/src/main/java/org/apache/druid/segment/column/ColumnCapabilitiesImpl.java
##########
@@ -177,6 +177,21 @@ public static ColumnCapabilitiesImpl
createSimpleNumericColumnCapabilities(Value
return builder;
}
+ /**
+ * Simple, non dictionary encoded string without bitmap index or anything
fancy
+ */
+ public static ColumnCapabilitiesImpl createSimpleStringColumnCapabilities()
+ {
+ return new ColumnCapabilitiesImpl().setType(ValueType.STRING)
+ .setHasMultipleValues(false)
Review comment:
renamed ^
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]