BufferedTable

ra3.BufferedTable
case class BufferedTable(columns: Vector[Buffer], colNames: Vector[String])

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toStringFrame(nrows: Int): Frame[Int, String, String]
transparent inline def toTuples[T <: Tuple]: Stream[IO, T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product