Response.ProtoType| Constructor and Description |
|---|
ProfileInfoResponse(long rows,
long blocks,
long bytes,
long appliedLimit,
long rowsBeforeLimit,
boolean calculatedRowsBeforeLimit) |
| Modifier and Type | Method and Description |
|---|---|
long |
appliedLimit() |
long |
blocks() |
long |
bytes() |
boolean |
calculatedRowsBeforeLimit() |
static ProfileInfoResponse |
readFrom(BinaryDeserializer deserializer) |
long |
rows() |
long |
rowsBeforeLimit() |
Response.ProtoType |
type() |
public ProfileInfoResponse(long rows,
long blocks,
long bytes,
long appliedLimit,
long rowsBeforeLimit,
boolean calculatedRowsBeforeLimit)
public static ProfileInfoResponse readFrom(BinaryDeserializer deserializer) throws IOException
IOExceptionpublic Response.ProtoType type()
public long rows()
public long blocks()
public long bytes()
public long appliedLimit()
public long rowsBeforeLimit()
public boolean calculatedRowsBeforeLimit()
Copyright © 2021. All rights reserved.