Skip to content

ReduceDataOptionsBuilder🔗

Constructor🔗

new ReduceDataOptionsBuilder()

Methods🔗

build🔗

Builds the object.

build()

calcs🔗

When !values, pick one value for the whole field

@param array $calcs

calcs(array $calcs)

fields🔗

Which fields to show. By default this is only numeric fields

fields(string $fields)

limit🔗

if showing all values limit

limit(float $limit)

values🔗

If true show each row value

values(bool $values)

See also🔗