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

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy