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

xtdb.vector.IMultiVectorRelationFactory.kt Maven / Gradle / Ivy

The newest version!
package xtdb.vector

@Suppress("unused")
interface IMultiVectorRelationFactory {
    fun accept(relIdx: Int, vecIdx: Int)
    fun realize(): RelationReader
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy