Encoder
Tags
Methods
- decode() : array<int, RawRowValues>
- encode() : array<int, TPhysical>
Methods
decode()
public
decode(array<int, TPhysical> $batch) : array<int, RawRowValues>
Parameters
- $batch : array<int, TPhysical>
Return values
array<int, RawRowValues>encode()
public
encode(array<int, TypedRowValues> $batch) : array<int, TPhysical>
Parameters
- $batch : array<int, TypedRowValues>