case sqlparser.IsNullStr:
return newBoolQuery().MustNot(elastic.NewExistsQuery(colName)), nil
return elastic.NewExistsQuery(colName), nil
default:
// This should be impossible since the query parser only calls this function with one of those