InferredBatch
Read onlyYes
FinalYes
Values carry no declared type, so the batch schema is folded from the values themselves.
Methods
- __construct() : mixed
- of() : Rows
Methods
__construct()
public
__construct([TypeDetector $typeDetector = new TypeDetector() ]) : mixed
Parameters
- $typeDetector : TypeDetector = new TypeDetector()
of()
public
of(array<int, RawRowValues> $batch) : Rows
Parameters
- $batch : array<int, RawRowValues>