}
newExpr := sqlparser.ComparisonExpr{
Operator: oper,
Left: query.NewColName("rowid"),
Right: &sqlparser.Subquery{
Select: buildFtsSelectStmt(textTypeFtsTableName, ftsQuery),
},
}
return &newExpr, nil
}