Re: how to CompareWith LongType
Pycassa should just take your long and do the right thing with it (packing it into a binary string) before passing it off to thrift. The system tests in the source (test/system/test_thrift_server.py) will give you a very good indication of how to do this. The long is packed into a string using st
how to CompareWith LongType
How to insert a value to a column family CompareWith Longtype in python.I'm using pycassa. What should the type of the column be?Thx