public class ClickHouseResponseSummary extends Object
| Constructor and Description |
|---|
ClickHouseResponseSummary(long readRows,
long writtenRows,
long readBytes,
long writtenBytes,
long totalRowsToRead) |
| Modifier and Type | Method and Description |
|---|---|
long |
getReadBytes() |
long |
getReadRows() |
long |
getTotalRowsToRead() |
long |
getWrittenBytes() |
long |
getWrittenRows() |
Copyright © 2015–2021 ClickHouse. All rights reserved.