jameshartig commented on PR #1855:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1855#issuecomment-2635701845

   I simplified the `TypeInfo` struct but had to keep it around so that 
composite types could store their children type info somewhere. Simple types 
can just use their `Type` as a `TypeInfo` though. This reduced the boilerplate 
necessary to add a new type (I updated the above jsonb example) and allowed me 
to remove the separate composite interface and only have a single interface 
that's necessary to implement.


-- 
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]

Reply via email to