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
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
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