我正在尝试使用cassandrapython cqlengine来访问cassandra数据库,我可以在列不是列表类型时进行过滤。
我收到以下错误消息:
<ion-item ng-hide="!item.display" id="item{{item.id}}" class="item-thumbnail-left assertive" >
答案 0 :(得分:0)
看起来你正在使用一个非常古老(并且已弃用)的cqlengine版本。如果可以,请升级到与contains
集成的版本,其中API支持, sum(case when miles/age_months*1.0 < (miles_per_month_q1 - 1.5*miles_per_month_iqr) then 1 else 0 end) as miles_per_month_num_records_outliers_lower_bound
, sum(case when miles/age_months*1.0 > (miles_per_month_q3 + 1.5*miles_per_month_iqr) then 1 else 0 end) as miles_per_month_records_outliers_upper_bound
DataStax driver。