xtdb.ArrowWriter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtdb-core Show documentation
Show all versions of xtdb-core Show documentation
An open source document database with bitemporal graph queries
package xtdb
interface ArrowWriter : AutoCloseable {
fun writeBatch()
fun end()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy