RowGroups
FinalYes
Methods
- __construct() : mixed
- add() : void
- all() : array<string|int, RowGroup>
- fromThrift() : self
- rowsCount() : int
- toThrift() : array<string|int, mixed>
Methods
__construct()
public
__construct(array<string|int, RowGroup> $rowGroups) : mixed
Parameters
- $rowGroups : array<string|int, RowGroup>
add()
public
add(RowGroup $rowGroup) : void
Parameters
- $rowGroup : RowGroup
all()
public
all() : array<string|int, RowGroup>
Return values
array<string|int, RowGroup>fromThrift()
public
static fromThrift(array<string|int, RowGroup> $rowGroups, Options $options) : self
Parameters
Return values
selfrowsCount()
public
rowsCount() : int
Return values
inttoThrift()
public
toThrift() : array<string|int, mixed>