TableBuilder

Provides TableBuilder factory.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(rowOriented: Boolean): TableBuilder

Creates table builder for specified orientation.

Creates table builder for specified orientation.

Value parameters:
rowOriented

indicator for row orientation

Returns:

row-oriented builder if rowOriented; otherwise, column-oriented builder

Creates column-oriented table builder.

Creates column-oriented table builder.

Creates row-oriented table builder.

Creates row-oriented table builder.