public class RawBytesQuery
extends com.datastax.oss.protocol.internal.Message
QUERY message where the query string is represented directly as a byte
array.
It is used to avoid materializing a string if the incoming query is already encoded (namely, in DSE graph).
| Modifier and Type | Field and Description |
|---|---|
DseQueryOptions |
options |
byte[] |
query |
| Constructor and Description |
|---|
RawBytesQuery(byte[] query,
DseQueryOptions options) |
public final byte[] query
public final DseQueryOptions options
public RawBytesQuery(byte[] query,
DseQueryOptions options)
Copyright © 2017–2019. All rights reserved.