FirstN

io.github.quafadas.table.TypeInferrer.FirstN
final case class FirstN(n: Int, preferIntToBoolean: Boolean)

Infers column types by inspecting the first n rows.

Value parameters

n

Number of rows to inspect for type inference.

preferIntToBoolean

If true, prefers Int over Boolean when both are possible.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product