sortTuplesAndExecuteBatch
inline fun <QueryResultT, SelectorResultT : Comparable<SelectorResultT>> PreparedQuery<QueryResultT>.sortTuplesAndExecuteBatch(batch: List<Tuple>, crossinline selector: (Tuple) -> SelectorResultT): Future<QueryResultT>(source)
inline fun <QueryResultT, SelectorResultT : Comparable<SelectorResultT>> PreparedQuery<QueryResultT>.sortTuplesAndExecuteBatch(batch: List<Tuple>, selectorPosition: Int): Future<QueryResultT>(source)
fun <QueryResultT> PreparedQuery<QueryResultT>.sortTuplesAndExecuteBatch(batch: List<Tuple>, selectorPositions: List<Int>): Future<QueryResultT>(source)