xtdb.bitemporal.IRowConsumer.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.bitemporal
@Suppress("unused")
interface IRowConsumer {
fun accept(idx: Int, validFrom: Long, validTo: Long, systemFrom: Long, systemTo: Long)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy