FixedSelect
- Full name:
\MammothPHP\WoollyM\Statements\Select\FixedSelect - Parent class:
\MammothPHP\WoollyM\Statements\Select\Select - This class is an Abstract class
Inherited methods
record
Get a record by key
php
public record(int $key): \MammothPHP\WoollyM\RecordParameters:
| Parameter | Type | Description |
|---|---|---|
$key | int |
export
Export Selection as a new Dataframe object
php
public export(): \MammothPHP\WoollyM\DataFrameThrows:
groupBy
php
public groupBy(string|\MammothPHP\WoollyM\Stats\AggProvider $args): \MammothPHP\WoollyM\DataFrameParameters:
| Parameter | Type | Description |
|---|---|---|
$args | string|\MammothPHP\WoollyM\Stats\AggProvider |
toArray
Get selection as PHP array
php
public toArray(): array<int,array>countRecords
Count Records in statement
php
public countRecords(): intAutomatically generated on 2024-07-03