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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product