julianhyde commented on code in PR #4013:
URL: https://github.com/apache/calcite/pull/4013#discussion_r1821288241
##########
core/src/main/java/org/apache/calcite/util/ImmutableBitSet.java:
##########
@@ -978,6 +978,18 @@ public static boolean
allContain(Collection<ImmutableBitSet> bitSets, int bit) {
return true;
}
+ /**
+ * Returns whether this is a minimal set with respect to the specified
collection of bitSets.
+ */
Review Comment:
Can you give an example in the javadoc?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]