stargate-grpc-go-client icon indicating copy to clipboard operation
stargate-grpc-go-client copied to clipboard

Add proto scanner and basic value readers

Open SpencerC opened this issue 2 years ago • 4 comments

What this PR does:

  • Implements native wrapper/translation types for critical protobuf message components.
  • Demonstrates how these types might be used in production and in testing to simplify working with protobuf data.
  • Lays the foundation for something like #20: structs consisting of CassandraTypes could be scanned at initialization to create ValueReader-like function sets for scanning rows wholesale into instances.

Which issue(s) this PR fixes: For #22 Contains #24

Checklist

  • [x] Changes manually tested
  • [x] Automated Tests added/updated
  • [x] Documentation added/updated
  • [x] CLA Signed: DataStax CLA

SpencerC avatar Apr 28 '22 18:04 SpencerC