}
return c.storeQC.ConvertKeywordComparisonExpr(expr.Operator, colName, values)
if !isSupportedKeywordListOperator(expr.Operator) {
return out, NewOperatorNotSupportedError(colName.Alias, colName.ValueType, expr.Operator)
}