And when IntelliJIdea makes the conversion, I get:...
# announcements
s
And when IntelliJIdea makes the conversion, I get:
Copy code
r.table("players").filter(
                { row -> row.hasFields("games_won").not() }
        ).run<Any>(conn)