visualfabriq / bquery

A query and aggregation framework for Bcolz (W2013-01)
https://www.visualfabriq.com
BSD 3-Clause "New" or "Revised" License
56 stars 11 forks source link

accept single column strings as parameter for cache_factor() #31

Closed ARF1 closed 9 years ago

ARF1 commented 9 years ago

allow calling cache_factor() with:

cache_factor('my_col')

instead of forcing user to use:

cache_factor(['my_col'])
CarstVaartjes commented 9 years ago

Thanks!