Closed Xorlev closed 10 years ago
A little bit more complex, but we've already had a few questions about the key/columntype, especially since the default AbstractType is a CompoundType. We should really be getting this from the CFMetaData since we're already parsing it.
AbstractType
CompoundType
CFMetaData
Thanks, Michael. This looks good.
Tested on a sample sstable, and it appears to be working. :shipit:
A little bit more complex, but we've already had a few questions about the key/columntype, especially since the default
AbstractType
is aCompoundType
. We should really be getting this from theCFMetaData
since we're already parsing it.