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

xtdb.arrow.RowCopier.kt Maven / Gradle / Ivy

The newest version!
package xtdb.arrow

fun interface RowCopier {
    fun copyRow(sourceIdx: Int): Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy