Skip to content

FixedSelect

Inherited methods

record

Get a record by key

php
public record(int $key): \MammothPHP\WoollyM\Record

Parameters:

ParameterTypeDescription
$keyint

export

Export Selection as a new Dataframe object

php
public export(): \MammothPHP\WoollyM\DataFrame

Throws:


groupBy

php
public groupBy(string|\MammothPHP\WoollyM\Stats\AggProvider $args): \MammothPHP\WoollyM\DataFrame

Parameters:

ParameterTypeDescription
$argsstring|\MammothPHP\WoollyM\Stats\AggProvider

toArray

Get selection as PHP array

php
public toArray(): array<int,array>

countRecords

Count Records in statement

php
public countRecords(): int


Automatically generated on 2024-07-03

Released under the BSD 3-Clause License.