project

fun project(projection: Projection): Query

The same query returning projection.


fun project(vararg expressions: String): Query

The same query returning the fields named by expressions. See Projection.of.