blerer commented on PR #2655: URL: https://github.com/apache/cassandra/pull/2655#issuecomment-1720945834
I updated the patch it now: * It removes the `MultiItemTerminal` and `MultiColumnRaw` interfaces * Represents IN bind marker as `Terms` instead of having 2 different representations (a list of terms and a single MultiItemTerminal). * Replaces the `AbstractMarker` hierachy by the `Marker` class * It introduces a new `MultiElementType` that becomes a super class of all the `CollectionTypes`, `TupleType`, `UserType` and `VectorType` (standardizing the `pack` and `unpack` method name and their modifiers) * It replaces the `Value` and `DelayedValue` implementations for the `Lists`, `Sets`, `Maps`, `Tuples`, `UserTypes` and `Vectors` classes by the `MultiElements` `Value` and `DelayedValue` classes. -- 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]

