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

xtdb.ArrowWriter.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta4
Show newest version
package xtdb

interface ArrowWriter : AutoCloseable {
    fun writeBatch()
    fun end()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy