hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

Added distinction between a RowMapper and a ResultSetMapper. #7

Closed boneill42 closed 10 years ago

boneill42 commented 10 years ago

Some data models require mapping the ResultSet, not just a single Row. (where a single object is spread across multiple rows) This change enables that.

(also up'd the storm version to the latest)

boneill42 commented 10 years ago

Self merging.