Uses of Class
com.couchbase.client.core.msg.query.QueryChunkRow
Package | Description |
---|---|
com.couchbase.client.core.msg.query |
-
Uses of QueryChunkRow in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return types with arguments of type QueryChunkRow Modifier and Type Method Description Flux<QueryChunkRow>
QueryResponse. rows()
Method parameters in com.couchbase.client.core.msg.query with type arguments of type QueryChunkRow Modifier and Type Method Description QueryResponse
QueryRequest. decode(ResponseStatus status, QueryChunkHeader header, Flux<QueryChunkRow> rows, Mono<QueryChunkTrailer> trailer)