NativeFloeEncoder implements Encoder
FinalYes
Tags
Interfaces
Methods
- __construct() : mixed
- decode() : array<int, RawRowValues>
- encode() : array<int, TPhysical>
- isSupported() : bool
Methods
__construct()
public
__construct(Schema $schema) : mixed
Parameters
- $schema : Schema
decode()
public
decode(array<string|int, mixed> $batch) : array<int, RawRowValues>
Parameters
- $batch : array<string|int, mixed>
Return values
array<int, RawRowValues>encode()
public
encode(array<string|int, mixed> $batch) : array<int, TPhysical>
Parameters
- $batch : array<string|int, mixed>
Return values
array<int, TPhysical>isSupported()
public
static isSupported() : bool