com.ecwid.clickhouse.ClickHouseResponse.kt Maven / Gradle / Ivy
package com.ecwid.clickhouse
interface ClickHouseResponse : Iterable, AutoCloseable {
fun getMeta(): Meta
fun getStatistic(): Statistics
fun getRows(): Long
fun getRowsBeforeLimitAtLeast(): Long?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy