class RawRows[F[_]](val requestSession: RequestSession[F], database: String, table: String) extends WithRequestSession[F] with Readable[RawRow, F] with Create[RawRow, RawRow, F] with DeleteByIds[F, String] with PartitionedFilterF[RawRow, RawRowFilter, F]
- Companion
- object
Value members
Concrete methods
Creates RAW rows. When ensureParent=true it also creates the table and database if it does not exist
Creates RAW rows. When ensureParent=true it also creates the table and database if it does not exist
override def filterPartitionsF(filter: RawRowFilter, numPartitions: Int, limitPerPartition: Option[Int])(implicit F: Applicative[F]): F[Seq[Stream[F, RawRow]]]
- Definition Classes
Inherited methods
def filterConcurrently(filter: RawRowFilter, numPartitions: Int, limitPerPartition: Option[Int])(implicit F: Concurrent[F]): Stream[F, RawRow]
- Inherited from
- PartitionedFilterF