dcapwell commented on code in PR #3574:
URL: https://github.com/apache/cassandra/pull/3574#discussion_r1775750705
##########
test/unit/org/apache/cassandra/utils/CassandraGenerators.java:
##########
@@ -175,6 +183,31 @@ public static Set<UserType> extractUDTs(TableMetadata
metadata)
return matches;
}
+ public static void visitUDTs(TableMetadata metadata, Consumer<UserType> fn)
+ {
+ Set<UserType> udts = CassandraGenerators.extractUDTs(metadata);
Review Comment:
I could make this more efficient but figured reusing is best as its been
stable...
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]