Public interface for N1QL string queries

Hi, does Couchbase Lite 2.0.2 for Android have support for creating query objects directly from N1QL strings, as opposed to using the QueryBuilder?

For example, something like:

Query query = new Query("SELECT 'Hello World' AS Greeting");

Thanks!

You already found this thread, but this is answered here

EDIT Oops, that wasn’t you on that thread (I was mistaken), but the answer is there regardless.