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

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

The newest version!
package xtdb.arrow

interface ListValueReader {
    fun size(): Int

    fun nth(idx: Int): ValueReader
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy