All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ecwid.clickhouse.Statistics.kt Maven / Gradle / Ivy

package com.ecwid.clickhouse

data class Statistics(
	val elapsed: Double,
	val rowsRead: Long,
	val bytesRead: Long
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy