RowGroupBuilder
FinalYes
Methods
- __construct() : mixed
- addRow() : void
- flush() : RowGroupContainer
- isEmpty() : bool
- isFull() : bool
- rowsCount() : int
Methods
__construct()
public
__construct(Schema $schema, Compressions $compression, Options $options, DremelShredder $shredder) : mixed
Parameters
- $schema : Schema
- $compression : Compressions
- $options : Options
- $shredder : DremelShredder
addRow()
public
addRow(array<string, mixed> $row) : void
Parameters
- $row : array<string, mixed>
flush()
public
flush(int $fileOffset) : RowGroupContainer
Parameters
- $fileOffset : int
Return values
RowGroupContainerisEmpty()
public
isEmpty() : bool
Return values
boolisFull()
public
isFull() : bool
Return values
boolrowsCount()
public
rowsCount() : int