tech.ytsaurus.spyt.wrapper.table.PagedArrowInputStream.scala Maven / Gradle / Ivy
The newest version!
package tech.ytsaurus.spyt.wrapper.table
trait PagedArrowInputStream {
def isNextPage: Boolean
def isEmptyPage: Boolean
}